botasaurus
botasaurus copied to clipboard
Need to find all elements not 1
driver.wait_for_element('[id*="filterListItem"]', wait=Wait.SHORT)
How to find elements with css_selector?
driver.select(".search-results", wait=Wait.SHORT)
I think that can help
use select_all