Most websites can be automatically clicked with StduioX, but the toggle button or select box below seems to be an error with StudioX’s click activity. Is it possible to do it in a better way or in other activities?
Please Let me Know, Thanks
Most websites can be automatically clicked with StduioX, but the toggle button or select box below seems to be an error with StudioX’s click activity. Is it possible to do it in a better way or in other activities?
Please Let me Know, Thanks
Hi @rosshild21
If this is the drop down selection you can use
The ‘Select Item’ activity to select elements in a drop-down menu.
Hope this helps
Hello @rosshild21
Thanks & Cheers!!!
Hi,
Use select item activity and
If select item activity is not working for you.
then Try to use the click activity.
first use click on the dropdown.
then click on the dropdown list with specified value.
Try with making the selector dynamic with passing aaname with your value.
whenever a dropdown is not working as expected we would analyze the html element structure within the Browser F12 Web Tools and/or UiExplorer
As a dropdown can be composed by different options
we can check for the best matching option
A common pattern is also the following: