Open a select by programmatically by selenium test #5003
Unanswered
martinadamec
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi folks, please, do you have any suggestion how I can open a select in selenium test? I found, that is possible focus the select by call
document.getElementById('xxx').focus()
, so I expected that also will workclick
method, but no.xxx
is an id of the html input.Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions