|
Hi all, In Appium v7 I was successfully using ContextHandles to switch between Native and Web views in a Hybrid mobile app. So these no longer accurate What other solution exist for Version 8 to switch between screens? |
Answered by
valfirst
Oct 4, 2022
Replies: 2 comments 3 replies
|
SupportsContextSwitching describes the context management API. 2 classes implement this interface: AndroidDriver and IOSDriver. |
1 reply
Answer selected by
Krisss22
does this mean I have to re-write test using Android driver instead of Appium driver? |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SupportsContextSwitching describes the context management API. 2 classes implement this interface: AndroidDriver and IOSDriver.