automating an hybrid application #1
Answered
by
JardilaCoink
JardilaCoink
asked this question in
Q&A
-
Hi, Can you help me with this question, how can I switch between contexts in order to automate an hybrid application? For example: the first screen is in a webview context, but, when tha application solitudes permissions the context need to change to Native, how can I switch between the context in the middle of the test? Thanks for your help. |
Beta Was this translation helpful? Give feedback.
Answered by
JardilaCoink
Oct 7, 2022
Replies: 1 comment
-
Hi, After few tries, I create an Action to switch between context in the application, and also port the Wait class from Screenpy_selenium to Screenpy_appium. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JardilaCoink
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
After few tries, I create an Action to switch between context in the application, and also port the Wait class from Screenpy_selenium to Screenpy_appium.