MCPcopy Create free account
hub / github.com/seleniumbase/SeleniumBase / find_elements

Method find_elements

seleniumbase/core/sb_cdp.py:459–462  ·  view source on GitHub ↗
(self, selector, timeout=None)

Source from the content-addressed store, hash-verified

457 return updated_elements
458
459 def find_elements(self, selector, timeout=None):
460 if not timeout:
461 timeout = settings.MINI_TIMEOUT
462 return self.select_all(selector, timeout=timeout)
463
464 def find_visible_elements(self, selector, timeout=None):
465 if not timeout:

Callers 15

test_presentation_4Method · 0.45
raw_seatgeek.pyFile · 0.45
raw_ralphlauren.pyFile · 0.45
raw_southwest.pyFile · 0.45
raw_priceline.pyFile · 0.45
raw_gas_records.pyFile · 0.45
raw_zoro.pyFile · 0.45
raw_softpedia.pyFile · 0.45

Calls 1

select_allMethod · 0.95