You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am new to RF and appiumlibray. I run only 2 test steps as:
Open the apk application in iOS simulator (succeeds)
Get Contexts (only NATIVE_APP view)
I am using an ios app with initial native viewcontroller and second view is web view in a native viewcontroller. I assume I should see a WEBVIEW context by Get Contexts command, but there is no as the log result shows below. Without switching to WEBVIEW, it seems no way to interact with elements displayed.
Could somebody tells me why or how to debug it?
..['NATIVE_APP']
Please advise.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
@baselalali@yullyayu01 Hi there! We have encountered a similar issue when accessing iPads. Workaround was to call Get Contexts twice when using an iOS device. However, that should not be necessary.
Hi,
I am new to RF and appiumlibray. I run only 2 test steps as:
I am using an ios app with initial native viewcontroller and second view is web view in a native viewcontroller. I assume I should see a WEBVIEW context by Get Contexts command, but there is no as the log result shows below. Without switching to WEBVIEW, it seems no way to interact with elements displayed.
Could somebody tells me why or how to debug it?
..['NATIVE_APP']
Please advise.
Thanks in advance.
The text was updated successfully, but these errors were encountered: