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 141744d commit 43501a0Copy full SHA for 43501a0
stagehand/browser.py
@@ -13,8 +13,8 @@
13
)
14
15
from .context import StagehandContext
16
-from .page import StagehandPage
17
from .logging import StagehandLogger
+from .page import StagehandPage
18
19
20
async def connect_browserbase_browser(
stagehand/client.py
@@ -2,7 +2,6 @@
2
import os
3
import signal
4
import sys
5
-import tempfile
6
import time
7
from pathlib import Path
8
from typing import Any, Literal, Optional
@@ -32,7 +31,6 @@
32
31
from .schemas import AgentConfig
33
from .utils import make_serializable
34
35
-
36
load_dotenv()
37
38
0 commit comments