Closed shenlian8 closed 3 years ago
Hi,
if screenshot-all is set to true and selectFrame is used.
After selectFrame in takeScreenshot function in Runner class, it is called this.driver.switchTo().defaultContent();
So I think in selectFrame, the public boolean mayUpdateScreen() { return false; } must be set.
What do you think?
Lian
I fixed this problem and and released 3.29.0. Please test it.
Please re-open this issue if your problem is not resolved.
Hi,
if screenshot-all is set to true and selectFrame is used.
After selectFrame in takeScreenshot function in Runner class, it is called this.driver.switchTo().defaultContent();
So I think in selectFrame, the public boolean mayUpdateScreen() { return false; } must be set.
What do you think?
Lian