MCPcopy
hub / github.com/TechXueXi/TechXueXi / get_url

Method get_url

SourcePackages/pdlearn/mydriver.py:314–315  ·  view source on GitHub ↗
(self, url)

Source from the content-addressed store, hash-verified

312 return self.driver.title == title
313
314 def get_url(self, url):
315 self.driver.get(url)
316
317 def go_js(self, js):
318 self.driver.execute_script(js)

Callers 7

refresh_all_cookiesFunction · 0.95
articleFunction · 0.95
videoFunction · 0.95
answer_questionFunction · 0.95
dailyFunction · 0.95
weeklyFunction · 0.95
zhuanxiangFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected