verifyElementPresent

Hi
Can you help me with
if | verifyElementPresent("//tr[${ii}]/td[3]/a", 1)
does : [error] ReferenceError: verifyElementPresent is not defined

How can i check the element before click on it?

i found the way.
storeElementPresent | //table/tbody/tr/td/a[contains(@href,"/show/")] | islink
echo | ${islink}
storeAttribute | //table/tbody/tr/td/a[contains(@href,“show”)]@href | link

1 Like