Commit 4ff92a1
authored
Den 317 rewrite remote browser to use dendrite (#62)
* add first version of update remote implementation
* update remote to use dendrite with remote_config
* add remote browser config classes
* refactor remote browser impl and settings
* update generate_sync to create folder if not existing
* add browserbaser download test
* remove unnecessary log
* rename ext module to remote
* fix bug when launching browser missing browser context
* update ci action to have correct env
* add raise exception for failed browserbase session creation1 parent 062791a commit 4ff92a1
File tree
53 files changed
+1271
-1253
lines changed- .github/workflows
- dendrite_sdk
- _common/_exceptions
- async_api
- _core
- _managers
- models
- protocol
- _ext_impl
- browserbase
- ext
- browserbase
- remote
- sync_api
- _core
- _managers
- models
- protocol
- _ext_impl
- browserbase
- ext
- browserbase
- scripts
- tests/tests_async
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
53 files changed
+1271
-1253
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
50 | 54 | | |
51 | 55 | | |
52 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
140 | | - | |
141 | 139 | | |
142 | 140 | | |
143 | 141 | | |
| |||
154 | 152 | | |
155 | 153 | | |
156 | 154 | | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
157 | 159 | | |
158 | 160 | | |
159 | 161 | | |
| |||
0 commit comments