Closed AdnoC closed 4 years ago
Frame context code was not properly switching frames due to context being switched. You have to go back to the parent frame.
If we only needed to support selenium-webdriver@4.0.0 this would be a 1 line change adding a call to driver.switchTo().parentFrame().
driver.switchTo().parentFrame()
Closes issue: https://github.com/dequelabs/attest-node-suite/issues/246
Required fields, to be filled out by PR reviewer(s)
Frame context code was not properly switching frames due to context being switched. You have to go back to the parent frame.
If we only needed to support selenium-webdriver@4.0.0 this would be a 1 line change adding a call to
driver.switchTo().parentFrame()
.Closes issue: https://github.com/dequelabs/attest-node-suite/issues/246
Reviewer checks
Required fields, to be filled out by PR reviewer(s)