Skip to content
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

Open
r-byondlabs opened this issue Dec 2, 2024 · 0 comments
Open

Unknown context endpoint when running with WebdriverIO #121

r-byondlabs opened this issue Dec 2, 2024 · 0 comments

Comments

@r-byondlabs
Copy link

Hi, I'm testing with WebdriverIO JS with the following capabilites (as mentioned in the example)

    capabilities: [{
        platformName: 'windows',
        'appium:automationName': 'FlaUI',
        'appium:app': 'myapp.exe',
    }],

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant