public static class By.ByVaadin
extends org.openqa.selenium.By
org.openqa.selenium.By.ByClassName, org.openqa.selenium.By.ByCssSelector, org.openqa.selenium.By.ById, org.openqa.selenium.By.ByLinkText, org.openqa.selenium.By.ByName, org.openqa.selenium.By.ByPartialLinkText, org.openqa.selenium.By.ByTagName, org.openqa.selenium.By.ByXPath, org.openqa.selenium.By.Remotable| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.WebElement |
findElement(org.openqa.selenium.SearchContext context)
Returns a WebElement identified by a Vaadin ComponentFinder
selector.
|
List<org.openqa.selenium.WebElement> |
findElements(org.openqa.selenium.SearchContext context)
Returns a list of WebElements identified by a Vaadin ComponentFinder
selector.
|
String |
toString() |
public ByVaadin(String vaadinSelector)
public List<org.openqa.selenium.WebElement> findElements(org.openqa.selenium.SearchContext context)
findElements in class org.openqa.selenium.Bycontext - SearchContext for originating the searchpublic org.openqa.selenium.WebElement findElement(org.openqa.selenium.SearchContext context)
findElement in class org.openqa.selenium.Bycontext - SearchContext for originating the searchpublic String toString()
toString in class org.openqa.selenium.ByCopyright © 2012-2025 Vaadin Ltd. All Rights Reserved.