Webdriverjs hangs when page has lazy loaded iframe #744
Labels
bug
Something isn't working
PACKAGE: webdriverjs
PRIORITY: critical
Critical priority item; should be worked on immediately
signOff-QA
Similar to #727, webdriverjs has a similar issue when encountering a lazy loaded iframe. However instead of failing when selecting the iframe, it instead hangs on the
switchTo().frame
call and won't release until thepageLoad
selenium timeout. There's also another issue in thatswitchTo().frame
timing out puts the driver into a bad state so when we try to process the results we try to callexecuteScript
and that hangs until thescript
selenium timeout before the code finally gives an error message.Note that this only happens when using chromedriver. Using gekodriver doesn't have this issue.
The text was updated successfully, but these errors were encountered: