I have three textfields, Katalon recognize all three areas but when I write something, it is only written in one of them.
There are three text-input-fields and when in there is something written and i press a button the text should appear in the Outboxex.
Html of the Inbox:
NAMEKatalon recognizes the textfields as:
id(“Name-0”)/div[@class=“dx-texteditor-container”]/input[@class=“dx-texteditor-input”]
id(“Name-1”)/div[@class=“dx-texteditor-container”]/input[@class=“dx-texteditor-input”]
id(“Name-2”)/div[@class=“dx-texteditor-container”]/input[@class=“dx-texteditor-input”]
In my test in there is for the step when setting the text:
Item: 9 - Set Text
Object: input_Basic_dx_texteditor-inpu
Input: (written input e.g.) “1.000”
Is there a possiblity to differ the input-boxes via Skript or to create another Object?
'Cause i recognized, that Katalon identify the difference in the id’s, but does not create three Objects but just one, named input_BASIC_dx-texteditor-inpu
Thx