Add option that allows _WD_WaitElement to check the visibility of an element and return when it is no longer visible.
Checklist
Put an x in the boxes that apply. If you're unsure about any of them, don't hesitate to ask. We are here to help!
This is simply a reminder of what we are going to look for before merging your code.
Pull request
Proposed changes
Add option that allows _WD_WaitElement to check the visibility of an element and return when it is no longer visible.
Checklist
Put an
x
in the boxes that apply. If you're unsure about any of them, don't hesitate to ask. We are here to help!This is simply a reminder of what we are going to look for before merging your code.
Types of changes
Please check
x
the type of change your PR introduces:What is the current behavior?
Checks exist for visible and enabled, but not hidden
What is the new behavior?
Add ability to check for hidden element
Additional context
Add any other context about the problem here.
System under test
Please complete the following information.