vmi / selenese-runner-java

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

Why assertElementPresent take screenshot by screenshot-all=true? #316

Open shenlian8 opened 4 years ago

shenlian8 commented 4 years ago

Hi,

I set screenshot-all=true.

And when I use assertElementPresent command, it takes still screenshot.

Why this happens? Thanks!

Best regards

Lian

vmi commented 4 years ago

Hi,

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

shenlian8 commented 4 years ago

Hi,

I am sorry!

I thought about it. All of the assert should take as default screenshot, as I'd like to see what happens on the time I do assert.

What do you think about it?

Lian