botasaurus icon indicating copy to clipboard operation
botasaurus copied to clipboard

Need to find all elements not 1

Open M-Zubair10 opened this issue 1 year ago • 1 comments

driver.wait_for_element('[id*="filterListItem"]', wait=Wait.SHORT)

How to find elements with css_selector?

M-Zubair10 avatar Jul 17 '24 01:07 M-Zubair10

driver.select(".search-results", wait=Wait.SHORT)

I think that can help

Halone228 avatar Jul 24 '24 09:07 Halone228

use select_all

Chetan11-dev avatar Mar 06 '25 10:03 Chetan11-dev