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 3e766bd commit 6b95755Copy full SHA for 6b95755
examples/e2e/test_playwright.py
@@ -11,10 +11,10 @@
11
BROWSERBASE_API_KEY,
12
playwright_basic,
13
playwright_proxy,
14
+ playwright_upload,
15
playwright_captcha,
16
playwright_contexts,
17
playwright_downloads,
- playwright_upload,
18
)
19
20
bb = Browserbase(api_key=BROWSERBASE_API_KEY)
examples/playwright_upload.py
@@ -1,4 +1,5 @@
1
from pathlib import Path
2
+
3
from playwright.sync_api import Playwright, sync_playwright
4
5
from examples import (
0 commit comments