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
The webdriverio uses getContext() to hit http://localhost:4723/session/xxxx/context which isn't implemented. I understand this is needed for webview within native context (https://appium.io/docs/en/2.0/guides/context) and isn't applicable here, but how do I indicate that to webdriverio?
The text was updated successfully, but these errors were encountered:
Hi, I'm testing with WebdriverIO JS with the following capabilites (as mentioned in the example)
The webdriverio uses
getContext()
to hithttp://localhost:4723/session/xxxx/context
which isn't implemented. I understand this is needed for webview within native context (https://appium.io/docs/en/2.0/guides/context) and isn't applicable here, but how do I indicate that to webdriverio?The text was updated successfully, but these errors were encountered: