DEV Community

Discussion on: Using Selenium with Rust

Collapse
 
stevepryde profile image
Steve Pryde

There is no wrapper for this. You will need to click the dropdown, then search for the desired element and click that. For select elements specifically it may not even be necessary to click the dropdown first.

If you look at the code for other selenium libraries, that is all they do. Some have wrappers for the select element specifically but not other dropdown components.