fuji-web
fuji-web copied to clipboard
Support dropdown
We currently don’t support any kind of dropdown menu well
One possible solution is to scan all select (with option as children) and [role="listbox"] (with [role="option"] as children) , and introduce a new type of annotation + new action type
Example annotation item:
label = "10" name = "Choose a city" tagName = "SELECT" options = ["New York", "Boston", "Paris", "London"]
Example action:
select(10, 'New York')