File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ title: "Notte"
88
99If you already have a Notte implementation, you can easily switch to using Kernel's cloud browsers by connecting via CDP.
1010
11- ### 1. Install the required SDKs
11+ ### 1. Install the Kernel SDK
1212
1313``` bash
1414uv pip install kernel
@@ -32,7 +32,7 @@ kernel_browser = kernel_client.browsers.create(headless=False)
3232
3333### 3. Connect Notte to Kernel's CDP endpoint
3434
35- Use Kernel's CDP WebSocket URL to create a Notte session:
35+ Use Kernel's CDP URL to create a Notte session:
3636
3737``` python
3838# Connect Notte to Kernel's browser via CDP
@@ -48,10 +48,9 @@ with notte_client.Session(cdp_url=kernel_browser.cdp_ws_url) as session:
4848
4949### 4. Clean up the browser session
5050
51- After your automation completes, tear down the Kernel browser:
51+ After your automation completes, clean up the Kernel browser:
5252
5353``` python
54- # Clean up the browser session
5554kernel_client.browsers.delete_by_id(kernel_browser.session_id)
5655```
5756
You can’t perform that action at this time.
0 commit comments