vmi / selenese-runner-java

Selenium IDE native format (selenese and side) interpreter.
Other
140 stars 82 forks source link

SelectFrame in case screenshot-all #315

Closed shenlian8 closed 3 years ago

shenlian8 commented 4 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

vmi commented 4 years ago

Hi,

I fixed this problem and and released 3.29.0. Please test it.

vmi commented 3 years ago

Please re-open this issue if your problem is not resolved.