public class SeleniumActionBuilder.ElementActionBuilder<T extends FindElementAction> extends Object implements TestActionBuilder
| Constructor and Description |
|---|
ElementActionBuilder(T action)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
TestAction |
build()
Builds new test action instance.
|
SeleniumActionBuilder.ElementActionBuilder |
element(org.openqa.selenium.By by)
Add element selector.
|
SeleniumActionBuilder.ElementActionBuilder |
element(String property,
String propertyValue)
Add element property and value selector.
|
public ElementActionBuilder(T action)
action - public SeleniumActionBuilder.ElementActionBuilder element(org.openqa.selenium.By by)
by - public SeleniumActionBuilder.ElementActionBuilder element(String property, String propertyValue)
public TestAction build()
TestActionBuilderbuild in interface TestActionBuilderCopyright © 2008–2019 ConSol Software GmbH. All rights reserved.