Tabs

Create a new tab

Creates a tab in the given session. Optionally navigates to an initial URL.

post/tabs

Request body

userIdstring required

Session owner.

sessionKeystring required

Tab group identifier.

listItemIdstring

Legacy alias for sessionKey.

urlstring

Optional initial URL.

traceboolean

Enable Playwright tracing for this session (screenshots, DOM snapshots, network). Must be set on first tab creation; cannot be added to an existing session.

Response

Tab created.

tabIdstring
urlstring

Changes

Changed in 2 of the 49 revisions of this API.13

    • added the new optional request property trace

      new-optional-request-property

    • added the non-success response with the status 409

      response-non-success-status-added

  • 80bb18f1c19f11See the full diff
    • removed the request property trace

      request-property-removed

    • removed the non-success response with the status 409

      response-non-success-status-removed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog