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

Method assert_element

seleniumbase/core/sb_cdp.py:3207–3210  ·  view source on GitHub ↗

Same as assert_element_visible()

(self, selector, timeout=None)

Source from the content-addressed store, hash-verified

3205 return True
3206
3207 def assert_element(self, selector, timeout=None):
3208 """Same as assert_element_visible()"""
3209 self.assert_element_visible(selector, timeout=timeout)
3210 return True
3211
3212 def assert_element_visible(self, selector, timeout=None):
3213 """Same as assert_element()"""

Callers 15

assert_elementFunction · 0.45
controleren_elementMethod · 0.45
vérifier_élémentMethod · 0.45
verificare_elementoMethod · 0.45
verificar_elementoMethod · 0.45
요소_확인Method · 0.45
要素を確認するMethod · 0.45
断言元素Method · 0.45
verificar_elementoMethod · 0.45
assert_elementFunction · 0.45
verify_logged_inFunction · 0.45

Calls 1

Tested by 2

test_swag_labsMethod · 0.36
test_demo_siteMethod · 0.36