id field should be set to the select element’s id. Then you can either set the value field to the option’s text or the option_id field to the option’s id.
Example:
Fields
Action timeout in milliseconds
Module
notte_core.actions.actionsSelect an option from a dropdown
id field should be set to the select element’s id. Then you can either set the value field to the option’s text or the option_id field to the option’s id.
Example:
session.execute(type="select_dropdown_option", id="country-select", value="United States")
session.execute(type="select_dropdown_option", id="size-select", value="Large")
notte_core.actions.actionsWas this page helpful?
Suggestions