public class Component extends Object
| Modifier and Type | Field and Description |
|---|---|
protected FluentControl |
control |
protected ComponentInstantiator |
instantiator |
protected org.openqa.selenium.WebElement |
webElement |
| Constructor and Description |
|---|
Component(org.openqa.selenium.WebElement webElement,
FluentControl control,
ComponentInstantiator instantiator)
Creates a new component
|
protected org.openqa.selenium.WebElement webElement
protected FluentControl control
protected ComponentInstantiator instantiator
public Component(org.openqa.selenium.WebElement webElement,
FluentControl control,
ComponentInstantiator instantiator)
webElement - Selenium elementcontrol - FluentLenium control interfaceinstantiator - FluentLenium instantiatorCopyright © 2016 FluentLenium. All Rights Reserved.