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

Web Automation: Waits #151

Open
abagabagon opened this issue May 7, 2022 · 1 comment
Open

Web Automation: Waits #151

abagabagon opened this issue May 7, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@abagabagon
Copy link
Owner

abagabagon commented May 7, 2022

Description

Create a class that includes methods for all applicable waits for the Web Automation using Implicit and Explicit Waits.

Included methods should be as follows:

  • Wait for URL to be
  • Wait for URL to contain
  • Wait for Title to be
  • Wait for Title to contain
  • Wait for Element to be present
  • Wait for Element to be visible
  • Wait for Element to be invisible
  • Wait for Nested Element to be present
  • Wait for Nested Element to be visible
  • Wait for Nested Element to be invisible
  • Wait for List Element to be present
  • Wait for List Element to be visible
  • Wait for List Element to be invisible
  • Wait for Nested List Element to be present
  • Wait for Nested List Element to be visible
  • Wait for Nested List Element to be invisible
  • Wait for Element to be clickable
  • Wait for Attribute Value to be
  • Wait for Attribute Value to contain
  • Wait for Text to be
  • Wait for Text to contain
  • Wait for Selection State to be
  • Wait for Element Count to be
  • Wait for Alert to be present

Dependencies

  • N/A
@abagabagon
Copy link
Owner Author

Could not implement the following due to limitations on ExpectedConditions. Other implemented wait commands can be used as workaround.

  • Wait for Nested Element to be visible
  • Wait for Nested Element to be invisible
  • Wait for Nested List Element to be invisible

Setting status to READY TO TEST

@abagabagon abagabagon moved this from In Progress to Ready to Test in Verifico May 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Ready to Test
Development

No branches or pull requests

1 participant