-
-
Notifications
You must be signed in to change notification settings - Fork 747
Closed as not planned
Labels
@Promill0
Description
What are you trying to achieve?
I have a native app (iOS) with a web context and would like from NATIVE_APP
context to switch to WEBVIEW
using the 'within' method to check whether the correct URL was called.
... within('webview', () => { I.waitUrlEquals('myURL'); }); I.tap('something in the native app');
What do you get instead?
After the 'within' method has been executed, the context is not reset back to 'NATIVE_APP'.
Details
- CodeceptJS version: 3.1.3
- NodeJS Version: 16.11.1
- Appium Version: 1.22.0
- Webdriverio Version: 7.16.3
- Operating System: macOS 11.3