public class EnterPlugin
extends et.seleniet.api.KeywordPlugin
This plugin enters a given text into an element (assuming its an input element) using the sendKeys method of Selenium.
if you want to send special key combinations please use the following syntax:
$$[Keys.CONTROL+Keys.ALT+Keys.SHIFT+a]for example. It is important to start with a "$$[Keys." string to trigger the parsing of this expression towards a key combination and use the "+" sign to separate the keys.
| Constructor and Description |
|---|
EnterPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(et.seleniet.api.Seleniet driver,
org.openqa.selenium.WebElement elem,
String page,
List<String> lineArgs,
List<String> tcParams) |
public void execute(et.seleniet.api.Seleniet driver,
org.openqa.selenium.WebElement elem,
String page,
List<String> lineArgs,
List<String> tcParams)
throws et.seleniet.api.SystemAbortException
execute in class et.seleniet.api.KeywordPluginet.seleniet.api.SystemAbortExceptionCopyright © 2016 Thomas Eitzenberger. All rights reserved.