/AWS1/CL_BDCGETBROWSERSESSRSP¶
GetBrowserSessionResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_browseridentifier
TYPE /AWS1/BDCSTRING
/AWS1/BDCSTRING
¶
The identifier of the browser.
iv_sessionid
TYPE /AWS1/BDCBROWSERSESSIONID
/AWS1/BDCBROWSERSESSIONID
¶
The identifier of the browser session.
iv_createdat
TYPE /AWS1/BDCDATETIMESTAMP
/AWS1/BDCDATETIMESTAMP
¶
The time at which the browser session was created.
Optional arguments:¶
iv_name
TYPE /AWS1/BDCNAME
/AWS1/BDCNAME
¶
The name of the browser session.
io_viewport
TYPE REF TO /AWS1/CL_BDCVIEWPORT
/AWS1/CL_BDCVIEWPORT
¶
viewPort
iv_sessiontimeoutseconds
TYPE /AWS1/BDCBROWSERSESSIONTIMEOUT
/AWS1/BDCBROWSERSESSIONTIMEOUT
¶
The timeout period for the browser session in seconds.
iv_status
TYPE /AWS1/BDCBROWSERSESSIONSTATUS
/AWS1/BDCBROWSERSESSIONSTATUS
¶
The current status of the browser session. Possible values include ACTIVE, STOPPING, and STOPPED.
io_streams
TYPE REF TO /AWS1/CL_BDCBROWSERSESSTREAM
/AWS1/CL_BDCBROWSERSESSTREAM
¶
The streams associated with this browser session. These include the automation stream and live view stream.
iv_sessionreplayartifact
TYPE /AWS1/BDCSTRING
/AWS1/BDCSTRING
¶
The artifact containing the session replay information.
iv_lastupdatedat
TYPE /AWS1/BDCDATETIMESTAMP
/AWS1/BDCDATETIMESTAMP
¶
The time at which the browser session was last updated.
Queryable Attributes¶
browserIdentifier¶
The identifier of the browser.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BROWSERIDENTIFIER() |
Getter for BROWSERIDENTIFIER, with configurable default |
ASK_BROWSERIDENTIFIER() |
Getter for BROWSERIDENTIFIER w/ exceptions if field has no v |
HAS_BROWSERIDENTIFIER() |
Determine if BROWSERIDENTIFIER has a value |
sessionId¶
The identifier of the browser session.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SESSIONID() |
Getter for SESSIONID, with configurable default |
ASK_SESSIONID() |
Getter for SESSIONID w/ exceptions if field has no value |
HAS_SESSIONID() |
Determine if SESSIONID has a value |
name¶
The name of the browser session.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
createdAt¶
The time at which the browser session was created.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
viewPort¶
viewPort
Accessible with the following methods¶
Method | Description |
---|---|
GET_VIEWPORT() |
Getter for VIEWPORT |
sessionTimeoutSeconds¶
The timeout period for the browser session in seconds.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SESSIONTIMEOUTSECONDS() |
Getter for SESSIONTIMEOUTSECONDS, with configurable default |
ASK_SESSIONTIMEOUTSECONDS() |
Getter for SESSIONTIMEOUTSECONDS w/ exceptions if field has |
HAS_SESSIONTIMEOUTSECONDS() |
Determine if SESSIONTIMEOUTSECONDS has a value |
status¶
The current status of the browser session. Possible values include ACTIVE, STOPPING, and STOPPED.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
streams¶
The streams associated with this browser session. These include the automation stream and live view stream.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STREAMS() |
Getter for STREAMS |
sessionReplayArtifact¶
The artifact containing the session replay information.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SESSIONREPLAYARTIFACT() |
Getter for SESSIONREPLAYARTIFACT, with configurable default |
ASK_SESSIONREPLAYARTIFACT() |
Getter for SESSIONREPLAYARTIFACT w/ exceptions if field has |
HAS_SESSIONREPLAYARTIFACT() |
Determine if SESSIONREPLAYARTIFACT has a value |
lastUpdatedAt¶
The time at which the browser session was last updated.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT, with configurable default |
ASK_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT w/ exceptions if field has no value |
HAS_LASTUPDATEDAT() |
Determine if LASTUPDATEDAT has a value |