I am facing very complex case I need to automate. There is a web application which is developed in react.
The table I need to populate row by row contain dynamic selectors for rows and columns - example:
<webctrl aria-role=‘button’ id='react-combobox-view-30’
This selector changes every few seconds and is unable to hit the right logic for fetching the starting/ending position.
I have also tried using App Recorder as well but without success.
Do you have anything I could try?
Thank you in advance.
Check from what number row is starting , give that number to a variable name “i” , after indicating element give variable in tablerow in uiexplorer , use do while activity to iterate through each row until row disappears , under loop use i=i+1 to increase tablerow no