vmi / selenese-runner-java

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

different results in Selenium IDE and runner #298

Closed yj0930 closed 5 years ago

yj0930 commented 5 years ago

assume a web page (https://www.google.com) without an input element named "qq", in Selenium IDE:

store xpath count | xpath=//input[@name='qq'] | q2 assert | q2 | 0

will pass, but failed in runner, the error message:

Failure: Element xpath=//input[@name='qq'] not found

vmi commented 5 years ago

Thank you for your report.

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

yj0930 commented 5 years ago

It worked, thanks.