-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unknown context
endpoint when running with WebdriverIO
#121
Comments
Do you get an error from WebDriverIO because that endpoint is not supported? If so, could you share the error details? |
Started FlaUI as Output from
The wdio command fails after that. This is the output from FlaUIWebDriver:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: