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 26d2354 commit 01a6895Copy full SHA for 01a6895
migrations/scrapybara.mdx
@@ -8,7 +8,7 @@ title: "Scrapybara"
8
9
| Feature | Scrapybara | Kernel |
10
|---------|-----------|--------|
11
-| **Start Browser** | `client.start_browser()` → `instance.browser.start()` | `client.browsers.create()` |
+| **Start Browser** | `client.start_browser()` | `client.browsers.create()` |
12
| **Standby Mode** | `instance.pause()` / `instance.resume()` | Automatic standby mode |
13
| **CDP URL** | `instance.browser.get_cdp_url()` | Returns `cdp_ws_url` in create response |
14
| **Live View** | `instance.get_stream_url()` | Returns `browser_live_view_url` in create response |
0 commit comments