what activity can i use in selecting one option in the multiple options? can any one help
if it is dropdown will that allow you to select multiple values.?
i need to select only one option in drop down list
To select value from drop down you can use Select Item activity. Here you have to specify the value to select inside quotes or you can pass Variable by storing value in that variable.
Regards,
Vijay.
Is it FWD insurance site ?
If yes then please check below thread. You can find the solution here.
try to type the value and check if it is populating.
Hey @priyankavivek
I can see that Select Item is giving error saying that is won’t support.
As a work around you can use Two Click operations.
Please use Browser Recording as it will give proper selector to perform below actions.
- Click on drop down.
- Now click on Value that you are trying to click
Now you can change the value inside selector that you are trying to select.
Regards,
Vijay.