Skip to content

/AWS1/CL_BDCBROWSACTIONRESULT

The result of a browser action execution. Exactly one member is set, matching the action that was performed.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_mouseclick TYPE REF TO /AWS1/CL_BDCMOUSECLICKRESULT /AWS1/CL_BDCMOUSECLICKRESULT

The result of a mouse click action.

io_mousemove TYPE REF TO /AWS1/CL_BDCMOUSEMOVERESULT /AWS1/CL_BDCMOUSEMOVERESULT

The result of a mouse move action.

io_mousedrag TYPE REF TO /AWS1/CL_BDCMOUSEDRAGRESULT /AWS1/CL_BDCMOUSEDRAGRESULT

The result of a mouse drag action.

io_mousescroll TYPE REF TO /AWS1/CL_BDCMOUSESCROLLRESULT /AWS1/CL_BDCMOUSESCROLLRESULT

The result of a mouse scroll action.

io_keytype TYPE REF TO /AWS1/CL_BDCKEYTYPERESULT /AWS1/CL_BDCKEYTYPERESULT

The result of a key type action.

io_keypress TYPE REF TO /AWS1/CL_BDCKEYPRESSRESULT /AWS1/CL_BDCKEYPRESSRESULT

The result of a key press action.

io_keyshortcut TYPE REF TO /AWS1/CL_BDCKEYSHORTCUTRESULT /AWS1/CL_BDCKEYSHORTCUTRESULT

The result of a key shortcut action.

io_screenshot TYPE REF TO /AWS1/CL_BDCSCREENSHOTRESULT /AWS1/CL_BDCSCREENSHOTRESULT

The result of a screenshot action.


Queryable Attributes

mouseClick

The result of a mouse click action.

Accessible with the following methods

Method Description
GET_MOUSECLICK() Getter for MOUSECLICK

mouseMove

The result of a mouse move action.

Accessible with the following methods

Method Description
GET_MOUSEMOVE() Getter for MOUSEMOVE

mouseDrag

The result of a mouse drag action.

Accessible with the following methods

Method Description
GET_MOUSEDRAG() Getter for MOUSEDRAG

mouseScroll

The result of a mouse scroll action.

Accessible with the following methods

Method Description
GET_MOUSESCROLL() Getter for MOUSESCROLL

keyType

The result of a key type action.

Accessible with the following methods

Method Description
GET_KEYTYPE() Getter for KEYTYPE

keyPress

The result of a key press action.

Accessible with the following methods

Method Description
GET_KEYPRESS() Getter for KEYPRESS

keyShortcut

The result of a key shortcut action.

Accessible with the following methods

Method Description
GET_KEYSHORTCUT() Getter for KEYSHORTCUT

screenshot

The result of a screenshot action.

Accessible with the following methods

Method Description
GET_SCREENSHOT() Getter for SCREENSHOT