Add wait_for_element helper method/action
naslundx opened this issue · 0 comments
naslundx commented
The idea is that you have a selector for an element you know will appear, and you can "assert" that this element should be available (on a certain tab/view) before proceeding.
- Find a nice way to implement
- Implement
- Make sure there's an example for this