public abstract class AbstractSwitchableComponent.AdvancedSwitchableComponentInteractions extends Object implements VisibleComponentInteractions
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() |
protected abstract org.openqa.selenium.WebElement |
getRootOfContainerElement() |
protected abstract List<org.openqa.selenium.WebElement> |
getSwitcherControllerElements() |
boolean |
isVisible() |
void |
setSwitchType() |
void |
setSwitchType(SwitchType newSwitchType) |
protected void |
waitUntilContentSwitched(String textToContain) |
public AbstractSwitchableComponent.AdvancedSwitchableComponentInteractions()
public void setSwitchType()
public void setSwitchType(SwitchType newSwitchType)
public org.openqa.selenium.WebElement getRootElement()
protected abstract org.openqa.selenium.WebElement getRootOfContainerElement()
protected abstract List<org.openqa.selenium.WebElement> getSwitcherControllerElements()
protected abstract com.google.common.base.Predicate<org.openqa.selenium.WebDriver> getConditionForContentSwitched(String textToContain)
protected void waitUntilContentSwitched(String textToContain)
public boolean isVisible()
isVisible
in interface VisibleComponentInteractions
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.