Select List Item: Part 2

If you use the Chrome Selenium as the browser in the project, you can use two clicks on the drop&down list in order to choose an option…

First, define the selector for the list by using picker for the first click. It’s recommended to have a delay before every click around 5-8 seconds.

Then define the required item from the list by using the XPath Selector.

Use XPath to define the selector for the item from the list. For instance: //*[@id=“v1_payment_method”]/option[7]

You can find more information about Select List Item in our Help Center

Happy Automation!!