MCPcopy
hub / github.com/unclecode/crawl4ai / take_screenshot

Method take_screenshot

crawl4ai/crawler_strategy.py:50–51  ·  view source on GitHub ↗
(self, save_path: str)

Source from the content-addressed store, hash-verified

48
49 @abstractmethod
50 def take_screenshot(self, save_path: str):
51 pass
52
53 @abstractmethod
54 def update_user_agent(self, user_agent: str):

Callers 3

run_oldMethod · 0.45
runMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected