Skip to content

Select Options By Keyword throws TimeoutError: locator.elementHandle #1622

@rlall07

Description

@rlall07

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

image
`
To Reproduce
Steps to reproduce the behavior:
Consider a dropdown element as :
image (12)

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
image`

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions