/AWS1/CL_BDCBROWSERACTION¶
The browser action to perform. Exactly one member must be set per request.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_mouseclick TYPE REF TO /AWS1/CL_BDCMOUSECLICKARGMNTS /AWS1/CL_BDCMOUSECLICKARGMNTS¶
Click at the specified coordinates.
io_mousemove TYPE REF TO /AWS1/CL_BDCMOUSEMOVEARGUMENTS /AWS1/CL_BDCMOUSEMOVEARGUMENTS¶
Move the cursor to the specified coordinates.
io_mousedrag TYPE REF TO /AWS1/CL_BDCMOUSEDRAGARGUMENTS /AWS1/CL_BDCMOUSEDRAGARGUMENTS¶
Drag from a start position to an end position.
io_mousescroll TYPE REF TO /AWS1/CL_BDCMOUSESCROLLARGMNTS /AWS1/CL_BDCMOUSESCROLLARGMNTS¶
Scroll at the specified position.
io_keytype TYPE REF TO /AWS1/CL_BDCKEYTYPEARGUMENTS /AWS1/CL_BDCKEYTYPEARGUMENTS¶
Type a string of text.
io_keypress TYPE REF TO /AWS1/CL_BDCKEYPRESSARGUMENTS /AWS1/CL_BDCKEYPRESSARGUMENTS¶
Press a key one or more times.
io_keyshortcut TYPE REF TO /AWS1/CL_BDCKEYSHORTCUTARGMNTS /AWS1/CL_BDCKEYSHORTCUTARGMNTS¶
Press a key combination.
io_screenshot TYPE REF TO /AWS1/CL_BDCSCREENSHOTARGMNTS /AWS1/CL_BDCSCREENSHOTARGMNTS¶
Capture a full-screen screenshot.
Queryable Attributes¶
mouseClick¶
Click at the specified coordinates.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MOUSECLICK() |
Getter for MOUSECLICK |
mouseMove¶
Move the cursor to the specified coordinates.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MOUSEMOVE() |
Getter for MOUSEMOVE |
mouseDrag¶
Drag from a start position to an end position.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MOUSEDRAG() |
Getter for MOUSEDRAG |
mouseScroll¶
Scroll at the specified position.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MOUSESCROLL() |
Getter for MOUSESCROLL |
keyType¶
Type a string of text.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KEYTYPE() |
Getter for KEYTYPE |
keyPress¶
Press a key one or more times.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KEYPRESS() |
Getter for KEYPRESS |
keyShortcut¶
Press a key combination.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KEYSHORTCUT() |
Getter for KEYSHORTCUT |
screenshot¶
Capture a full-screen screenshot.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCREENSHOT() |
Getter for SCREENSHOT |