|
unfortunately in each optgrgoup we have options with the same values... in the collect/read scriptin the fill/create-scriptthe last line throws the error: how do we select an option with a specificed optgroup? |
Answered by
mdmintz
Jul 15, 2025
Replies: 2 comments
|
The You can probably use |
0 replies
Answer selected by
mdmintz
|
thnx michael! js_click didn't work somehow, though. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
select_option_by_*methods only work on<select>elements with<option>tags.You can probably use
js_click(selector)to click what you want, even if the option is hidden.