Need help in resolving the error

I suppose you used Katalon Studio’s Recorder tool or Spy tool to get this XPath. This XPath expression is just terrible. It does not worth looking at.

You should stop using these tools.

You should rather study XPath or CSS Selector, and write an locator manually for yourself.

For XPath, see the following article

For CSS Selector, refer to this post

1 Like