Selects
Interactions with select
tag.
Reading the element
Getting the right element class for the xpath
Try to get a SelectElement
Reference
Get all options from the select
Get just the options values
Get just the options labels
Select the option by label
Select the option by value
Get the current value from the select
Check if an option exists, by label and value
Check if an option exists, just by label
Check if an option exists, just by value
Print the options of the select
Extra needed!
To use this method, you need to install the debug extras, as shown here, with the command pip install "fastrpa[debug]"
.