Closed yj0930 closed 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
Thank you for your report.
I fixed this problem and released 3.23.0. Please test it.
It worked, thanks.
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