We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90d864e commit 5f1e348Copy full SHA for 5f1e348
README.md
@@ -38,7 +38,7 @@ pip install git://git@github.com/invariantlabs-ai/playwright-computer-use.git
38
You can also include the `PlaywrightToolbox` as a tool for `Claude`, to enable the use of a playwright browser in an existing agent.
39
40
```python
41
-tools = tools = PlaywrightToolbox(page=page, use_cursor=True)
+tools = PlaywrightToolbox(page=page, use_cursor=True)
42
43
# Give Claude access to computer use tool
44
response = anthropic_client.beta.messages.create(
0 commit comments