Every time I get this exception; i try to remove by trial and error method . I want to understand this basic concept and remove the error by options given under Xpath/Attributes in Katalon. I am new to automation
. Is there any video explanation for this. Please see image 1 and 2.
No, you wouldnât be very successful. You shouldnât expect Katalonâs tools (Recorder, Spy) always suggest some brilliant options that solve âWebElementNotFoundExceptionâ automagically. In 99% of cases, no. The cause would reside out of the scope of Recorder/Spy â dynamic id, iframe, etc. So you need to be more capable over the tools.
You should study XPath from basics by
Also you should study how to use Chrome DevTools
Thank You All.