If the page has a dropdown menu, you can use Browserbear's Dropdown action to open the menu and select an item.
Note: The Dropdown action is only compatible with <select> elements. If you're experiencing the following error "locator.selectOption: Error: Element is not a <select> element
", this means the dropdown isn't a <select> element.
Non <select> elements may require two separate Click actions; one to activate the dropdown and another select the choice from the list.