/AWS1/CL_BDCSTARTBROWSSESSRSP¶
StartBrowserSessionResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_browseridentifier TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING¶
The identifier of the browser.
iv_sessionid TYPE /AWS1/BDCBROWSERSESSIONID /AWS1/BDCBROWSERSESSIONID¶
The unique identifier of the created browser session.
iv_createdat TYPE /AWS1/BDCDATETIMESTAMP /AWS1/BDCDATETIMESTAMP¶
The timestamp when the browser session was created.
Optional arguments:¶
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.
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 unique identifier of the created 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 |
createdAt¶
The timestamp when 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 |
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 |