public class Selectors extends Object
| Constructor and Description |
|---|
Selectors() |
| Modifier and Type | Method and Description |
|---|---|
static org.openqa.selenium.By |
formattedXpathOrCssSelector(String xpathOrCssSelector,
Object... parameters) |
static boolean |
isXPath(String xpathExpression) |
static org.openqa.selenium.By |
xpathOrCssSelector(String xpathOrCssSelector) |
public static boolean isXPath(String xpathExpression)
public static org.openqa.selenium.By formattedXpathOrCssSelector(String xpathOrCssSelector, Object... parameters)
public static org.openqa.selenium.By xpathOrCssSelector(String xpathOrCssSelector)
Copyright © 2021. All rights reserved.