Uses of Class
com.vaadin.testbench.commands.TestBenchCommandExecutor
-
Packages that use TestBenchCommandExecutor Package Description com.vaadin.testbench -
-
Uses of TestBenchCommandExecutor in com.vaadin.testbench
Methods in com.vaadin.testbench that return TestBenchCommandExecutor Modifier and Type Method Description TestBenchCommandExecutorHasTestBenchCommandExecutor. getCommandExecutor()Return a reference to the relatedTestBenchCommandExecutorinstance.TestBenchCommandExecutorTestBenchDriverProxy. getCommandExecutor()TestBenchCommandExecutorTestBenchElement. getCommandExecutor()TestBenchCommandExecutorTestBenchTestCase. getCommandExecutor()Methods in com.vaadin.testbench with parameters of type TestBenchCommandExecutor Modifier and Type Method Description static TestBenchDriverProxyTestBench. createDriver(org.openqa.selenium.WebDriver driver, TestBenchCommandExecutor commandExecutor)static <T extends TestBenchElement>
TTestBench. createElement(Class<T> clazz, org.openqa.selenium.WebElement webElement, TestBenchCommandExecutor tbCommandExecutor)Create new Element of given type.static TestBenchElementTestBench. createElement(org.openqa.selenium.WebElement webElement, TestBenchCommandExecutor tbCommandExecutor)protected voidTestBenchElement. init(org.openqa.selenium.WebElement element, TestBenchCommandExecutor commandExecutor)TestBenchElement initialization function.protected static TestBenchElementTestBenchElement. wrapElement(org.openqa.selenium.WebElement element, TestBenchCommandExecutor commandExecutor)protected static ObjectTestBenchDriverProxy. wrapElementOrElements(Object elementElementsOrValues, TestBenchCommandExecutor tbCommandExecutor)Wraps anyWebElementfound inside the object inside aTestBenchElement.protected static List<TestBenchElement>TestBenchElement. wrapElements(List<org.openqa.selenium.WebElement> elements, TestBenchCommandExecutor commandExecutor)Constructors in com.vaadin.testbench with parameters of type TestBenchCommandExecutor Constructor Description TestBenchDriverProxy(org.openqa.selenium.WebDriver webDriver, TestBenchCommandExecutor commandExecutor)TestBenchElement(org.openqa.selenium.WebElement webElement, TestBenchCommandExecutor commandExecutor)
-