How to send PgDn several times until i get the value from drop down

1 Like

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

1 Like

Select item is not working!

1 Like


as you can see

  1. im using click
  2. page down(here i need go down untill USA is seen)
    then i’m usig click activity to select
1 Like

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

1 Like

Can you tell me how to send more page downs please

1 Like

@Pradeep_Shiv

Use two Click activities.

  1. First one is to click drop-down box.
  2. 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.
1 Like

As you can see from my screen shot i’ve to scroll down till i see USA, then only i can select

1 Like

@Pradeep_Shiv

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.

2 Likes