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

Method get_current_url

seleniumbase/core/sb_cdp.py:1433–1436  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1431 return self.get_title()
1432
1433 def get_current_url(self):
1434 return self.loop.run_until_complete(
1435 self.page.evaluate("window.location.href")
1436 )
1437
1438 def get_origin(self):
1439 return self.loop.run_until_complete(

Callers 15

activate_cdp_modeMethod · 0.95
goto_if_not_urlMethod · 0.95
clickMethod · 0.95
assert_urlMethod · 0.95
assert_url_containsMethod · 0.95
save_page_sourceMethod · 0.95
_uc_gui_click_captchaFunction · 0.45
get_last_pageFunction · 0.45
huidige_url_ophalenMethod · 0.45
obtenir_url_actuelleMethod · 0.45
ottenere_url_correnteMethod · 0.45
obtener_url_actualMethod · 0.45

Calls 1

evaluateMethod · 0.45