File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ Other included sample [computer environments](#computer-environments):
29
29
- [ Docker] ( https://docker.com/ ) (containerized desktop)
30
30
- [ Browserbase] ( https://www.browserbase.com/ ) (remote browser, requires account)
31
31
- [ Scrapybara] ( https://scrapybara.com ) (remote browser or computer, requires account)
32
+ - [ Notte] ( https://github.com/nottelabs/notte ) (remote browser, requires account)
32
33
- ...or implement your own ` Computer ` !
33
34
34
35
## Overview
@@ -96,6 +97,7 @@ This sample app provides a set of implemented `Computer` examples, but feel free
96
97
| ` Browserbase ` | browserbase | ` browser ` | Remote browser environment | [ Browserbase] ( https://www.browserbase.com/ ) API key in ` .env ` |
97
98
| ` ScrapybaraBrowser ` | scrapybara-browser | ` browser ` | Remote browser environment | [ Scrapybara] ( https://scrapybara.com/dashboard ) API key in ` .env ` |
98
99
| ` ScrapybaraUbuntu ` | scrapybara-ubuntu | ` linux ` | Remote Ubuntu desktop environment | [ Scrapybara] ( https://scrapybara.com/dashboard ) API key in ` .env ` |
100
+ | ` Notte ` | notte-browser | ` browser ` | Remote browser environment | [ Notte] ( https://github.com/nottelabs/notte ) API key in ` .env ` |
99
101
100
102
Using the CLI, you can run the sample app with different computer environments using the options listed above:
101
103
You can’t perform that action at this time.
0 commit comments