-
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? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
SupportsContextSwitching describes the context management API. 2 classes implement this interface: AndroidDriver and IOSDriver. |
Beta Was this translation helpful? Give feedback.
-
does this mean I have to re-write test using Android driver instead of Appium driver? |
Beta Was this translation helpful? Give feedback.
SupportsContextSwitching describes the context management API. 2 classes implement this interface: AndroidDriver and IOSDriver.