Error - This control does not support Select Item for a drop down value

image

Hi ,

When I am trying to select this as an Select Item as I have multiple values and I need to select one I am getting the error "This control does not support Select Item for a drop down value " .

Help appreciated

1 Like

image

1 Like

Hi @Vrinda1991

Use Click Activity instead of select item activity

Thanks
Ashwin S

Fine
in the select item activity check with the selector
it should have the tag attribute with SELECT as value in it
if not enable that tag in the attribute list in the selector wizard and choose that as target element
for example

if that doesnt have any attribute named tag then we can simply use Click activity and TYPE INTO activity, similar to how we choose a drop down by clicking it and typing the term we want so that it would get us that term from the drop down
for that hope this thread would help you on this @Vrinda1991

Cheers @Vrinda1991

1 Like

@Vrinda1991

Actually in some cases, select Item alone can select the item in the drop down, but in some cases, we need to click first and then we need to give select item. Try this

Its not working in this case.