-
unfortunately in each optgrgoup we have options with the same values... in the collect/read script
in the fill/create-script
the last line throws the error: how do we select an option with a specificed optgroup? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The You can probably use |
Beta Was this translation helpful? Give feedback.
-
thnx michael! js_click didn't work somehow, though. |
Beta Was this translation helpful? Give feedback.
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.