elementIdValue

Send a sequence of key strokes to an element.

Usage

1
browser.elementIdValue(ID,value);

Parameters

Param Type Details
ID String ID of a WebElement JSON object to route the command to
value String/String[] The sequence of keys to type. An array must be provided. The server should flatten the array items to a single string to be typed.