Uses of Class
com.vaadin.testbench.commands.TestBenchCommandExecutor
Packages that use TestBenchCommandExecutor
-
Uses of TestBenchCommandExecutor in com.vaadin.testbench
Methods in com.vaadin.testbench that return TestBenchCommandExecutorModifier and TypeMethodDescriptionAbstractBrowserTestBase.getCommandExecutor()HasTestBenchCommandExecutor.getCommandExecutor()Return a reference to the relatedTestBenchCommandExecutorinstance.TestBenchDriverProxy.getCommandExecutor()TestBenchElement.getCommandExecutor()TestBenchTestCase.getCommandExecutor()Methods in com.vaadin.testbench with parameters of type TestBenchCommandExecutorModifier and TypeMethodDescriptionstatic 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 TestBenchCommandExecutorModifierConstructorDescriptionprotectedTestBenchDriverProxy(org.openqa.selenium.WebDriver webDriver, TestBenchCommandExecutor commandExecutor) protectedTestBenchElement(org.openqa.selenium.WebElement webElement, TestBenchCommandExecutor commandExecutor)