applitools / eyes.selenium.python

Applitools Eyes SDK for Selenium Python WebDriver
Apache License 2.0
10 stars 9 forks source link

Refactor eyesswitchto #29

Closed eirenik0 closed 5 years ago

isaulv commented 5 years ago

Does this branch fix issues with working with iframes?

eirenik0 commented 5 years ago

@Dude-X which issue do you mean?

isaulv commented 5 years ago

@Infernion It's not a bug per se, but given a locator (By, String) it will retrieve it only once and then use that element multiple times. We get StaleElementReferenceExceptions occasionally due to some minor modification of the DOM.

eirenik0 commented 5 years ago

@Dude-X this issue related to switching between frames. This will be fixed but not sure in current or in the following PR.