-
Notifications
You must be signed in to change notification settings - Fork 132
Description
Describe 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)