Skip to content

callback from selFunc on .end(cb) doesn't work with latest webdriverio #23

@jyoungqu

Description

@jyoungqu

Hi there,

Recently installed this package and the example script didn't work out of the box. The issue is with the webdriverio package and the apparent change to the .end() method not supporting a callback being passed to it.

I modified the code:
browser .init() .url(url) .end(cb);

to this:
browser .init() .url(url) .end() .call(cb);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions