Hi,
I tried automating entry to data to textbox. But the unique identifier value (id) that detects the position of the textbox changes after each session. So, it can’t be run after once. Moreover, I don’t have other such values to add to Selector.
Can you please try to find if there any ‘aaname’ or ‘innertext’ attributes present in any row in selector editor? These would have name of the field. Or any other attribute that is not changing?
Using any of those or some other attribute that remains static, we should be able to identify element.
First, open UiExplorer
Then, select target element using “Indicate Element” in menu bar.
Next, select fixed text using “Indicate Anchor” in menu bar.
Finally, we can get selector relative with fixed text. Add some tuning if needed.