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 @@ -56,7 +56,7 @@ import com.browserbase.api.models.sessions.SessionActResponse;
5656StagehandClient client = StagehandOkHttpClient . fromEnv();
5757
5858SessionActParams params = SessionActParams . builder()
59- .id(" c4dbf3a9-9a58-4b22-8a1c-9f20f9f9e123 " )
59+ .id(" 00000000-your-session-id-000000000000 " )
6060 .input(" click the first link on the page" )
6161 .build();
6262SessionActResponse response = client. sessions(). act(params);
@@ -162,7 +162,7 @@ import java.util.concurrent.CompletableFuture;
162162StagehandClient client = StagehandOkHttpClient . fromEnv();
163163
164164SessionActParams params = SessionActParams . builder()
165- .id(" c4dbf3a9-9a58-4b22-8a1c-9f20f9f9e123 " )
165+ .id(" 00000000-your-session-id-000000000000 " )
166166 .input(" click the first link on the page" )
167167 .build();
168168CompletableFuture<SessionActResponse > response = client. async(). sessions(). act(params);
@@ -182,7 +182,7 @@ import java.util.concurrent.CompletableFuture;
182182StagehandClientAsync client = StagehandOkHttpClientAsync . fromEnv();
183183
184184SessionActParams params = SessionActParams . builder()
185- .id(" c4dbf3a9-9a58-4b22-8a1c-9f20f9f9e123 " )
185+ .id(" 00000000-your-session-id-000000000000 " )
186186 .input(" click the first link on the page" )
187187 .build();
188188CompletableFuture<SessionActResponse > response = client. sessions(). act(params);
You can’t perform that action at this time.
0 commit comments