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

Method get_text

seleniumbase/core/sb_cdp.py:1420–1421  ·  view source on GitHub ↗
(self, selector="body")

Source from the content-addressed store, hash-verified

1418 return self.loop.run_until_complete(self.page.get_window())
1419
1420 def get_text(self, selector="body"):
1421 return self.find_element(selector).text_all
1422
1423 def get_title(self):
1424 """Returns the title of the current web page."""

Callers 15

tekst_ophalenMethod · 0.45
obtenir_texteMethod · 0.45
ottenere_testoMethod · 0.45
obtener_textoMethod · 0.45
텍스트를_검색Method · 0.45
テキストを取得Method · 0.45
获取文本Method · 0.45
obter_textoMethod · 0.45
save_price_of_itemFunction · 0.45
test_proxyMethod · 0.45

Calls 1

find_elementMethod · 0.95

Tested by 12

test_proxyMethod · 0.36
test_shadow_domMethod · 0.36
login_to_swag_labsMethod · 0.36
test_shadow_rootMethod · 0.36
login_to_swag_labsMethod · 0.36
test_locale_codeMethod · 0.36
test_presentation_4Method · 0.36