-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Element not found Assertion errror #4330
Comments
Hello Maintainers, |
Okay you can proceed |
@srirambsetec10 The problem you're running into with assert.not.visible is all about how Nightwatch (which is built on Selenium WebDriver) checks visibility. Here's the deal:
|
Description of the bug/issue
I try to check addPostPage.assert.not.visible function if try to check not visible or un visible element it showing ,element could not be located
<< We are try to element is not visible then how user will check element not visible
Steps to reproduce
browser.assert.not.visible()
<< if using this from nightwatch it showing element could not be located ,
Sample test
Command to run
Verbose Output
No response
Nightwatch Configuration
No response
Nightwatch.js Version
3.9.0
Node Version
20
Browser
chrome:131.0.6778.140
Operating System
Windows 11 ,10
Additional Information
No response
The text was updated successfully, but these errors were encountered: