Skip to content

Unknown context endpoint when running with WebdriverIO #121

@r-byondlabs

Description

@r-byondlabs

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions