Skip to content

Feature request: need wait() for Selenium exctension #145

@mityukov

Description

@mityukov

I've faced a situation when waitForElement() is practically useless, as the element to "intercept" is actually loaded inside an iframe. This is with Google's reCaptcha widget.

// ...
->andClick('recaptcha_box_1')
->andWait(/* let say, 3000 milliseconds */) // missing feature :-(
->andClick('Submit')
// ...

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