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

Method get_title

seleniumbase/core/sb_cdp.py:1423–1427  ·  view source on GitHub ↗

Returns the title of the current web page.

(self)

Source from the content-addressed store, hash-verified

1421 return self.find_element(selector).text_all
1422
1423 def get_title(self):
1424 """Returns the title of the current web page."""
1425 return self.loop.run_until_complete(
1426 self.page.evaluate("document.title")
1427 )
1428
1429 def get_page_title(self):
1430 """Same as get_title(), which returns the current page title."""

Callers 15

get_page_titleMethod · 0.95
assert_titleMethod · 0.95
assert_title_containsMethod · 0.95
_uc_gui_handle_captcha_Function · 0.45
titel_ophalenMethod · 0.45
obtenir_titreMethod · 0.45
ottenere_titoloMethod · 0.45
obtener_títuloMethod · 0.45
제목_검색Method · 0.45
获取标题Method · 0.45

Calls 1

evaluateMethod · 0.45

Tested by 1

test_todomvcMethod · 0.36