How to use the select action
Contents of this article
What is the select action used for?
Do you need to interact with a dropdown field to monitor for specific product types and filters? Or maybe you need to fill out a form. In any case, our select action is just the right tool for the job.
How do I use the select action?
Step 1:
Open the job settings
Open the settings of an existing job, or create a new job.
Step 2:
Find the dropdown element in the code
Open the page in a new tab, right-click on the dropdown element and select Inspect. You are looking for a select element, meaning it will start with <select.
Step 3:
Finding the right values
Expand the select element and find the option that you need.
Step 4:
Create the select action
In the job settings, open the Perform Actions panel, Add Action, and choose the Select action from the dropdown menu. In the first field, you will need to paste the value of the option you need. And in the second field, you will need to paste the identifier or name of the select element.
Step 5:
Check the preview
Once the preview loads in Visualping, you should be able to see the option of your choice in the dropdown, as well as the page changed accordingly.
Frequently Asked Questions
I tried using the name of the select element, but it is not working.
Sometimes the name doesn't work, in that case choose another identifier option. Using the element's id is generally reliable, but any of the options outlined in the actions article will work.
I've tried everything, but it's not working.
In that case, you can try using a script action instead. Provide the select or list element to your favorite AI and ask it to generate a script to select your desired option.
Still having issues?
If none of the troubleshooting steps above resolve the problem, or if you are running into technical issues, reach out to our Support team. Include the page URL, what you were trying to do, and any error messages so we can help faster.



