Select Options By Keyword throws TimeoutError: locator.elementHandle
See original GitHub issueDescribe the bug I am using robotframwork-browser 11.1.0. When running the following code, robot throws an error even though I can see the UI choosing the right option from dropdown.
Select Options By select[id="shortcutsSimpleSelect"] text 1w
`
To Reproduce
Steps to reproduce the behavior:
Consider a dropdown element as :

The testcode needs to select 1w from the dropdown.
Select Options By select[id="shortcutsSimpleSelect"] text 1w
During runtime, I can see the UI selecting the correct option from the dropdown. But the robot still fails at the step with
`
Expected behavior I expect the robot to select the correct option from the UI and pass. Same testcode used to pass for Browser library 3.2
Desktop (please complete the following information):
- OS: Windows 10
- Browser: chromium
- Version: Version 98.0.4695.0 (Developer Build) (64-bit)
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)

Top Related StackOverflow Question
actually i think the locator that is build by playwright is wrong! it should not search for value when using label
@aaltat But Value and Text are different things!
label and text is same.