Select item activity not selecting

Hi All,

i want to select max no from dropdown, but select item activity is not working

image

how to resolve the issue

Hi @Rakesh_Tiwari

You can use Click activity two times.

Hope this helps.
Regards.

Hi Rakesh, do you get an error message or does it simply not do anything?

Hi @George_Knott , it throws control doesn’t support select item

That means that the box you are trying to use the “select item” on is not coded as a “drop down” or “select” box. There are a few ways you can still use this element however and which way you do it is completely up to you. The first method would be to click the arrow manually and then click the “max” option. Alternatively you can do a “type into” activity to type the “max” option.


i tried but it is selecting only 5 pages and it has 100

Does the drop down box actually have a “Max” option?

no, i mentioned as “max”

Likely there isn’t a selection named “max” which wouldn’t do anything. Try the maximum value in that pick list. You state 100. Try that.

1 Like

If there is no “Max” option typing max will not return a result. You will instead need to either type “100”. Or click the drop down arrow and click “100” which ever you find easier.

1 Like

Try to spy with select from drop down use select from menu activity
Try to use classic activity also
And
See the selector if possible share the selector.
There must be one attribute and there u can pass the variable as num and num should be set to 100
You can keep num in config so u can update it as and when required . @Rakesh_Tiwari

i used type into activity to handle this and it worked

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.