Skip to content
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

Adding isElementDisplayed() method to Driver Class #543

Merged
merged 3 commits into from
Jan 11, 2024
Merged

Adding isElementDisplayed() method to Driver Class #543

merged 3 commits into from
Jan 11, 2024

Conversation

snehith07
Copy link
Contributor

The method isElementDisplayed(By by), returns a boolean value without throwing an Exception if the element is not found on the web page. if the element is found on the web page, the method checks whether the first element found is displayed or not.

@anandbagmar anandbagmar merged commit db6f480 into znsio:main Jan 11, 2024
2 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants