Types:
Methods:
client.pdf({ ...params }) -> PdfResponse
client.scrape({ ...params }) -> ScrapeResponse
client.screenshot({ ...params }) -> ScreenshotResponse
Types:
Session
SessionContext
Sessionslist
SessionListResponse
SessionReleaseResponse
SessionReleaseAllResponse
Methods:
client.sessions.create({ ...params }) -> Session
client.sessions.retrieve(id) -> Session
client.sessions.list({ ...params }) -> SessionListResponsesSessionsCursor
client.sessions.context(id) -> SessionContext
client.sessions.release(id) -> SessionReleaseResponse
client.sessions.releaseAll() -> SessionReleaseAllResponse