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

Added waitTillElementIsInvisible() to the Driver Class #424

Merged
merged 1 commit into from
Nov 10, 2023
Merged

Added waitTillElementIsInvisible() to the Driver Class #424

merged 1 commit into from
Nov 10, 2023

Conversation

snehith07
Copy link
Contributor

We Already had waitTillElementIsVisible() in Teswiz, but for a test case I want to check the invisibility of an element. Thus, Created new Overloaded methods waitTillElementIsInvisible() Using the Expected conditions Class.

Added 2 new methods:

  1. waitTillElementIsInvisible(webElement)
  2. waitTillElementIsInvisible(webElement, numberOfSecondsToWait)

@anandbagmar anandbagmar merged commit 6691290 into znsio:main Nov 10, 2023
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.

2 participants