MCPcopy Create free account
hub / github.com/Boris-code/feapder / get_text

Method get_text

feapder/utils/webdriver/playwright_driver.py:259–264  ·  view source on GitHub ↗
(self, url_regex)

Source from the content-addressed store, hash-verified

257 return response_list
258
259 def get_text(self, url_regex):
260 return (
261 self.get_response(url_regex).content.decode()
262 if self.get_response(url_regex)
263 else None
264 )
265
266 def get_all_text(self, url_regex):
267 """

Callers 2

get_jsonMethod · 0.95
get_textFunction · 0.80

Calls 1

get_responseMethod · 0.95

Tested by

no test coverage detected