Can the robot click the next button down after clicking the 1st button?
please see image below
Can the robot click the next button down after clicking the 1st button?
please see image below
can you send the screenshot of full table ?
Regards
Yes its possible!Share the full table
You can use an anchor base to click on each personal address book
In anchor base use “find element” activity and click activity
In find element activity use the “comment” column as element to find and click on personal address book , you will also require to edit few things in selectors
It would be better if you use Extract datatable and then use a for each row , find the element and click
Regards
Could you maybe send hot key arrow down to highlight the next button then send hotkey enter to activate it?
there are several methods to follow !
Simple Method is use click activity to click on the element;Here set the anchor as the element corresponding to your target element ex:Mobile number ;edit the target selector open uiexplorer and set innertext or aname variable as ex:mobileNumber
in assign mobileNumber=currentrow(“Mobile Number”).ToString
The other way is to use anchor base activity
Regards!
I’m sorry but it seems that anchor base is not available in StudioX ?
then use click activity along with an anchor
Regards
so I’m going to use click for each one of the buttons ?
No i mean extract that datatable and then use “for each row in datatable” then click
You can ask “for each ui element activity” too and then click
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.