/AWS1/CL_DFMCRETESTGRIDURLRSLT¶
CreateTestGridUrlResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_url TYPE /AWS1/DFMSENSITIVESTRING /AWS1/DFMSENSITIVESTRING¶
A signed URL, expiring in CreateTestGridUrlRequest$expiresInSeconds seconds, to be passed to a
RemoteWebDriver.
iv_expires TYPE /AWS1/DFMDATETIME /AWS1/DFMDATETIME¶
The number of seconds the URL from CreateTestGridUrlResult$url stays active.
Queryable Attributes¶
url¶
A signed URL, expiring in CreateTestGridUrlRequest$expiresInSeconds seconds, to be passed to a
RemoteWebDriver.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_URL() |
Getter for URL, with configurable default |
ASK_URL() |
Getter for URL w/ exceptions if field has no value |
HAS_URL() |
Determine if URL has a value |
expires¶
The number of seconds the URL from CreateTestGridUrlResult$url stays active.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPIRES() |
Getter for EXPIRES, with configurable default |
ASK_EXPIRES() |
Getter for EXPIRES w/ exceptions if field has no value |
HAS_EXPIRES() |
Determine if EXPIRES has a value |