-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Open
Feature
Copy link
Labels
Description
Have you read the Contributing Guidelines on issues?
- I have read the Contributing Guidelines on issues.
WebdriverIO Version
latest
Node.js Version
latest
Mode
WDIO Testrunner
Which capabilities are you using?
What happened?
There are 2 enhancements for switchContext
- there are cases where you know that a page inside the Android webview gets loaded, but it takes some time to load. We need to provide the option to wait for it for X amount of time
- by default the
switchContextnow seaches for a title/url in the "active" app, see this. We should also allow the user to provide an identifier to search. This will prevent overlays not to be found which are not recognised as the "active" app for this method
What is your expected behavior?
No response
How to reproduce the bug.
Relevant log output
-Code of Conduct
- I agree to follow this project's Code of Conduct
Is there an existing issue for this?
- I have searched the existing issues
Reactions are currently unavailable