Skip to content

Latest commit

 

History

History
150 lines (113 loc) · 10.1 KB

File metadata and controls

150 lines (113 loc) · 10.1 KB

Steel

Types:

from steel.types import PdfResponse, ScrapeResponse, ScreenshotResponse

Methods:

Credentials

Types:

from steel.types import (
    CredentialCreateResponse,
    CredentialUpdateResponse,
    CredentialListResponse,
    CredentialDeleteResponse,
)

Methods:

Files

Types:

from steel.types import File, Fileslist

Methods:

Sessions

Types:

from steel.types import (
    Session,
    SessionContext,
    Sessionslist,
    SessionComputerResponse,
    SessionEventsResponse,
    SessionLiveDetailsResponse,
    SessionReleaseResponse,
    SessionReleaseAllResponse,
)

Methods:

Files

Methods:

  • client.sessions.files.list(session_id) -> Fileslist
  • client.sessions.files.delete(path, *, session_id) -> None
  • client.sessions.files.delete_all(session_id) -> None
  • client.sessions.files.download(path, *, session_id) -> BinaryAPIResponse
  • client.sessions.files.download_archive(session_id) -> BinaryAPIResponse
  • client.sessions.files.upload(session_id, **params) -> File

Captchas

Types:

from steel.types.sessions import (
    CaptchaSolveResponse,
    CaptchaSolveImageResponse,
    CaptchaStatusResponse,
)

Methods:

Extensions

Types:

from steel.types import (
    ExtensionUpdateResponse,
    ExtensionListResponse,
    ExtensionDeleteResponse,
    ExtensionDeleteAllResponse,
    ExtensionDownloadResponse,
    ExtensionUploadResponse,
)

Methods:

Profiles

Types:

from steel.types import (
    ProfileCreateResponse,
    ProfileUpdateResponse,
    ProfileListResponse,
    ProfileGetResponse,
)

Methods: