Params Types:
Response Types:
- stagehand.StreamEvent
- stagehand.SessionActResponse
- stagehand.SessionEndResponse
- stagehand.SessionExecuteResponse
- stagehand.SessionExtractResponse
- stagehand.SessionNavigateResponse
- stagehand.SessionObserveResponse
- stagehand.SessionReplayResponse
- stagehand.SessionStartResponse
Methods:
client.Sessions.Act(ctx context.Context, id string, params stagehand.SessionActParams) (*stagehand.SessionActResponse, error)client.Sessions.End(ctx context.Context, id string, body stagehand.SessionEndParams) (*stagehand.SessionEndResponse, error)client.Sessions.Execute(ctx context.Context, id string, params stagehand.SessionExecuteParams) (*stagehand.SessionExecuteResponse, error)client.Sessions.Extract(ctx context.Context, id string, params stagehand.SessionExtractParams) (*stagehand.SessionExtractResponse, error)client.Sessions.Navigate(ctx context.Context, id string, params stagehand.SessionNavigateParams) (*stagehand.SessionNavigateResponse, error)client.Sessions.Observe(ctx context.Context, id string, params stagehand.SessionObserveParams) (*stagehand.SessionObserveResponse, error)client.Sessions.Replay(ctx context.Context, id string, query stagehand.SessionReplayParams) (*stagehand.SessionReplayResponse, error)client.Sessions.Start(ctx context.Context, params stagehand.SessionStartParams) (*stagehand.SessionStartResponse, error)