Hi All,
My page has got for a listing multiple row items and on clicking a html element it opens the further details for that listing
The xpath set is //[@id=“propInfo”]/div/div[${id}]/div[1]/a
When I try to click the element Katalon throws the below error
com.kms.katalon.core.webui.exception.WebElementNotFoundException: Web element with id: ‘Object Repository/ibtn’ located by 'By.xpath: //[@id=“propInfo”]/div/div[${id}]/div[1]/a’ not found
Pleae guide on why WebUI.click throws error