Link to home
Start Free TrialLog in
Avatar of jwright9
jwright9

asked on

return value from selenium assertElementPresent

I am attempting to store the result value (true or false) of the assertElementPresent method in the variable A using this Selenese syntax:

storeEval | var b=assertElementPresent(//table[1]//tr[${i}]/td[1]/input[1]) | A

The syntax is incorrect. What syntax would I use to make this statement work?

Thanks.
ASKER CERTIFIED SOLUTION
Avatar of Craig Kehler
Craig Kehler
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial