setImmediateValue
Set immediate value in app.
Usage
1 | browser.setImmediateValue(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. |
Example
1 | browser.setImmediateValue(el, 'foo') |