Hi
We can use SEND HOT KEY activity and we need to use n number of send hotkey activity with key as down until we reach the stage we need
Or
But We have other options like SELECT ITEM activity
Or
If that field takes in typing the option we need to choose from that drop down then we can use TYPE INTO activity and then SEND HOT KEY activity with enter as key
That’s would work either
Cheers @Pradeep_Shiv
Select item is not working!
as you can see
- im using click
- page down(here i need go down untill USA is seen)
then i’m usig click activity to select
Fine
Kindly try with FIND CHILDREN activity and get the output
Pass that variable as input to FOR EACH loop
And change the type argument as UiPath.Core.Uielement
—inside the loop use GET ATTRIBUTE and mention the value item in the property ELEMENT in the property panel
For example
Cheers @Pradeep_Shiv
Can you tell me how to send more page downs please
Use two Click activities.
- First one is to click drop-down box.
- And second one is to select one of the item from Drop down list. And for this click activity make the selector dynamic. You can find the selected item value in aaname attribute in selector part. You have to pass variable into aaname value to select item.
As you can see from my screen shot i’ve to scroll down till i see USA, then only i can select
Use Click activity and select two different countries and show me screenshot of those selectors. Will check and update you how to create dynamic selectors.