File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 7
22openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/browserbase%2Fstagehand-e6a9dca1a93568e403ac72128d86f30c8c3f1336d4b67017d7e61b1836f10f47.yml
33openapi_spec_hash : ef01e0649bb0e283df0aa81c369649df
4- config_hash : abc9d1eb9779bb5629eaed7074c42809
4+ config_hash : 0f2a6f228fb92683466c107fce3bcd21
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ client = Stagehand(
4242)
4343
4444response = client.sessions.act(
45- id = " c4dbf3a9-9a58-4b22-8a1c-9f20f9f9e123 " ,
45+ id = " 00000000-your-session-id-000000000000 " ,
4646 input = " click the first link on the page" ,
4747)
4848print (response.data)
@@ -75,7 +75,7 @@ client = AsyncStagehand(
7575
7676async def main () -> None :
7777 response = await client.sessions.act(
78- id = " c4dbf3a9-9a58-4b22-8a1c-9f20f9f9e123 " ,
78+ id = " 00000000-your-session-id-000000000000 " ,
7979 input = " click the first link on the page" ,
8080 )
8181 print (response.data)
@@ -118,7 +118,7 @@ async def main() -> None:
118118 http_client = DefaultAioHttpClient(),
119119 ) as client:
120120 response = await client.sessions.act(
121- id = " c4dbf3a9-9a58-4b22-8a1c-9f20f9f9e123 " ,
121+ id = " 00000000-your-session-id-000000000000 " ,
122122 input = " click the first link on the page" ,
123123 )
124124 print (response.data)
You can’t perform that action at this time.
0 commit comments