SendEnterToWebElement

Top  Previous  Next

×V4.1Ø

S

A

W

WS

ü

Syntax -

SendEnterToWebElement <Element Identifier>

       Where:

               <Element Identifier> is a valid web element identifier as described in Identifying an Element.

 

Description:

This command is used to send the ENTER key to the element defined by <Element ID>.

 

Soarian SmartUI: Yes

Chrome: Yes

 

Sample 1:

       The following statement will send the enter key to the element.

SendEnterToWebElement "Dialog=Main:wellFrame:Textfield,ID=ctlIdentifierInputBoxText__,INDEX=1"

 

See Also:

Identifying an Element

WaitForWebPageCompletion

WebElementTimeout

PasteWebValue

TypeWebValue

SendKeyToWebElement

EnableSoarianSmartUI