/AWS1/CL_SYNBROWSERCONFIG¶
A structure that specifies the browser type to use for a canary run.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_browsertype TYPE /AWS1/SYNBROWSERTYPE /AWS1/SYNBROWSERTYPE¶
The browser type associated with this browser configuration.
Queryable Attributes¶
BrowserType¶
The browser type associated with this browser configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BROWSERTYPE() |
Getter for BROWSERTYPE, with configurable default |
ASK_BROWSERTYPE() |
Getter for BROWSERTYPE w/ exceptions if field has no value |
HAS_BROWSERTYPE() |
Determine if BROWSERTYPE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_BROWSERCONFIGS¶
TYPES TT_BROWSERCONFIGS TYPE STANDARD TABLE OF REF TO /AWS1/CL_SYNBROWSERCONFIG WITH DEFAULT KEY
.