public abstract class AbstractSwitchableComponent.AdvancedSwitchableComponentInteractions extends Object
| Constructor and Description |
|---|
AbstractSwitchableComponent.AdvancedSwitchableComponentInteractions() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract com.google.common.base.Predicate<org.openqa.selenium.WebDriver> |
getConditionForContentSwitched(String textToContain) |
org.openqa.selenium.WebElement |
getRootElement() |
void |
setupSwitchType() |
void |
setupSwitchType(SwitchType newSwitchType) |
protected void |
waitUntilContentSwitched(String textToContain) |
public AbstractSwitchableComponent.AdvancedSwitchableComponentInteractions()
public void setupSwitchType()
public void setupSwitchType(SwitchType newSwitchType)
public org.openqa.selenium.WebElement getRootElement()
protected abstract com.google.common.base.Predicate<org.openqa.selenium.WebDriver> getConditionForContentSwitched(String textToContain)
protected void waitUntilContentSwitched(String textToContain)
Copyright © 2014 JBoss by Red Hat. All rights reserved.