public class ActionBot extends Object
| Constructor and Description |
|---|
ActionBot(org.openqa.selenium.WebDriver driver) |
| Modifier and Type | Method and Description |
|---|---|
void |
click(org.openqa.selenium.By locator) |
void |
submit(org.openqa.selenium.By locator) |
void |
type(org.openqa.selenium.By locator,
String text)
Type something into an input field.
|
public void click(org.openqa.selenium.By locator)
public void submit(org.openqa.selenium.By locator)
public void type(org.openqa.selenium.By locator,
String text)
Copyright © 2019. All rights reserved.