docs/integrations/tools/playwright/ #29159
Replies: 2 comments
-
This does not work "out of the box" because of this error: |
Beta Was this translation helpful? Give feedback.
-
The toolkit is very buggy, the tools definitions are wrong, eg:
args_schema CANNOT BE BaseModel, as per BaseTool definition: class BaseTool(RunnableSerializable[Union[str, dict, ToolCall], Any]):
class ChildTool(BaseTool): |
Beta Was this translation helpful? Give feedback.
-
docs/integrations/tools/playwright/
Playwright is an open-source automation tool developed by Microsoft that allows you to programmatically control and automate web browsers. It is designed for end-to-end testing, scraping, and automating tasks across various web browsers such as Chromium, Firefox, and WebKit.
https://python.langchain.com/docs/integrations/tools/playwright/
Beta Was this translation helpful? Give feedback.
All reactions