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