We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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 related
TestBenchCommandExecutor
instance.TestBenchDriverProxy.getCommandExecutor()
TestBenchElement.getCommandExecutor()
TestBenchTestCase.getCommandExecutor()
Methods in com.vaadin.testbench with parameters of type TestBenchCommandExecutorModifier and TypeMethodDescriptionstatic TestBenchDriverProxy
TestBench.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 TestBenchElement
TestBench.createElement
(org.openqa.selenium.WebElement webElement, TestBenchCommandExecutor tbCommandExecutor) protected void
TestBenchElement.init
(org.openqa.selenium.WebElement element, TestBenchCommandExecutor commandExecutor) TestBenchElement initialization function.
protected static TestBenchElement
TestBenchElement.wrapElement
(org.openqa.selenium.WebElement element, TestBenchCommandExecutor commandExecutor) protected static Object
TestBenchDriverProxy.wrapElementOrElements
(Object elementElementsOrValues, TestBenchCommandExecutor tbCommandExecutor) Wraps any
WebElement
found 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 TestBenchCommandExecutorModifierConstructorDescriptionprotected
TestBenchDriverProxy
(org.openqa.selenium.WebDriver webDriver, TestBenchCommandExecutor commandExecutor) protected
TestBenchElement
(org.openqa.selenium.WebElement webElement, TestBenchCommandExecutor commandExecutor)