Package com.codeborne.selenide.selector
Class ByShadowCss
java.lang.Object
org.openqa.selenium.By
com.codeborne.selenide.selector.ByShadowCss
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class org.openqa.selenium.Byorg.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
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic org.openqa.selenium.BycssSelector(String target, String... shadowHostsChain) org.openqa.selenium.WebElementfindElement(org.openqa.selenium.SearchContext context) List<org.openqa.selenium.WebElement>findElements(org.openqa.selenium.SearchContext context) toString()Methods inherited from class org.openqa.selenium.ByclassName, cssSelector, equals, getJavascriptExecutor, getWebDriver, hashCode, id, linkText, name, partialLinkText, tagName, xpath
- 
Constructor Details- 
ByShadowCss
 
- 
- 
Method Details- 
cssSelector
- 
findElementpublic org.openqa.selenium.WebElement findElement(org.openqa.selenium.SearchContext context) - Overrides:
- findElementin class- org.openqa.selenium.By
 
- 
findElements- Specified by:
- findElementsin class- org.openqa.selenium.By
 
- 
toString- Overrides:
- toStringin class- org.openqa.selenium.By
 
 
-