Lists
Interactions with ol
and ul
tags.
Reading the element
Getting the right element class for the xpath
Try to get a ListElement
Reference
Check if the list is ordered
Get all items from the list
Get just the items ids
Get just the items labels
Click in the item by label
Click in the item by id
Check if an item exists, by label and value
Check if an item exists, just by label
Check if an item exists, just by id
Print the items of the list
Extra needed!
To use this method, you need to install the debug extras, as shown here, with the command pip install "fastrpa[debug]"
.