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 889dfe5 commit 5dbda40Copy full SHA for 5dbda40
introduction.mdx
@@ -23,7 +23,7 @@ const browser = await chromium.connectOverCDP(kernelBrowser.cdp_ws_url);
23
```
24
25
```python Python
26
-import kernel
+from kernel import Kernel
27
client = Kernel(api_key='your_api_key')
28
kernel_browser = client.browsers.create()
29
browser = await chromium.connectOverCDP(kernel_browser.cdp_ws_url)
0 commit comments