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

how to resolve the issue
Hi All,
i want to select max no from dropdown, but select item activity is not working

how to resolve the issue
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.
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.
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.
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
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.