Hello,
I have an html page with 2 same texts. For example:
<p>Hello World</p>
<p>Other text</p>
<p>Hello World</p>.
I recorded the 2 different texts with the record interface of Katalon Studio.
But it is recorded two times the same line for the 2 different objects.
So, if i replay the recorded scenario with this page, the test is ok, but in reality, it is not:
<p>Hello World</p>
<p>Other text</p>
<p>Hello Everybody</p>.
Could you optimize the record?
Thank a lot,
CH