Integrated icon indicating copy to clipboard operation
Integrated copied to clipboard

Feature request: need wait() for Selenium exctension

Open mityukov opened this issue 9 years ago • 0 comments

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')
// ...

mityukov avatar Nov 30 '16 21:11 mityukov