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 246dabe commit a8c9415Copy full SHA for a8c9415
stagehand/client.py
@@ -4,13 +4,11 @@
4
import shutil
5
import tempfile
6
import time
7
-from collections.abc import Awaitable
8
from pathlib import Path
9
-from typing import Any, Callable, Literal, Optional
+from typing import Any, Literal, Optional
10
11
import httpx
12
from browserbase import Browserbase
13
-from browserbase.types import SessionCreateParams as BrowserbaseSessionCreateParams
14
from dotenv import load_dotenv
15
from playwright.async_api import (
16
BrowserContext,
0 commit comments