You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 27, 2019. It is now read-only.
Does Selenium support such a method? Do you know a reliable way to determine whether an element is displayed (i.e. with javascript)?
As for 'verifyElementPresent' - I think I've seen that return 'false' when the element was present but not displayed - but that might be browser-specific or just my memory playing tricks on me?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The existing verifyElementPresent method is not reliable to test if a locator is displayed. I may be present, but not displayed.
The text was updated successfully, but these errors were encountered: