Alex J. Chan Fraser Greenlee commited on
Commit
a2d2a9a
·
1 Parent(s): fd39473

Update README.md

Browse files

Co-authored-by: Fraser Greenlee <[email protected]>

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -248,7 +248,7 @@ We launch a Chromium browser and navigate to the `homepage` provided in the `Run
248
 
249
  Actions in an environment are defined through available tool calls, which in the browser case are set as default in the `BrowserTool` class. This allows the model to click, type, etc. at relevant `mark_id` elements on the page. These elements are extracted using JavaScript injected into the page in order to make interaction easier for the models.
250
 
251
- **Note:** We use `playwright_stealth` to lower the chance of detection by anti-bot services, but this isn't foolproof and Proxy Lite may still get blocked with captchas or other anti-bot measures, especially when using the `headless` flag. We recommend using network proxies to avoid this issue.
252
 
253
 
254
  ## Limitations
 
248
 
249
  Actions in an environment are defined through available tool calls, which in the browser case are set as default in the `BrowserTool` class. This allows the model to click, type, etc. at relevant `mark_id` elements on the page. These elements are extracted using JavaScript injected into the page in order to make interaction easier for the models.
250
 
251
+ **Note:** We use `playwright_stealth` to lower the chance of detection by anti-bot services, but this isn't foolproof and Proxy Lite may still get blocked by captchas or other anti-bot measures, especially when using the `headless` flag. We recommend using network proxies to avoid this issue.
252
 
253
 
254
  ## Limitations