public class GeneratorUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.openqa.selenium.By |
generateByAlt(WebElementAttributes wea,
org.openqa.selenium.WebDriver driver) |
static org.openqa.selenium.By |
generateByClass(WebElementAttributes wea,
org.openqa.selenium.WebDriver driver) |
static org.openqa.selenium.By |
generateByHref(WebElementAttributes wea) |
static org.openqa.selenium.By |
generateById(WebElementAttributes wea) |
static org.openqa.selenium.By |
generateByInnertext(WebElementAttributes wea,
org.openqa.selenium.WebDriver driver) |
static org.openqa.selenium.By |
generateByInnertextAndClass(WebElementAttributes wea,
org.openqa.selenium.WebDriver driver) |
static org.openqa.selenium.By |
generateByName(WebElementAttributes wea) |
static org.openqa.selenium.By |
generateBySrc(WebElementAttributes wea) |
static org.openqa.selenium.By |
generateByStyle(WebElementAttributes wea,
org.openqa.selenium.WebDriver driver) |
static org.openqa.selenium.By |
generateByText(WebElementAttributes wea,
org.openqa.selenium.WebDriver driver) |
static org.openqa.selenium.By |
generateByTextAndClass(WebElementAttributes wea,
org.openqa.selenium.WebDriver driver) |
static org.openqa.selenium.By |
generateByType(WebElementAttributes wea,
org.openqa.selenium.WebDriver driver) |
static org.openqa.selenium.By |
generateByValue(WebElementAttributes wea,
org.openqa.selenium.WebDriver driver) |
public static org.openqa.selenium.By generateById(WebElementAttributes wea)
public static org.openqa.selenium.By generateByName(WebElementAttributes wea)
public static org.openqa.selenium.By generateByText(WebElementAttributes wea, org.openqa.selenium.WebDriver driver)
public static org.openqa.selenium.By generateByTextAndClass(WebElementAttributes wea, org.openqa.selenium.WebDriver driver)
public static org.openqa.selenium.By generateByClass(WebElementAttributes wea, org.openqa.selenium.WebDriver driver)
public static org.openqa.selenium.By generateByInnertextAndClass(WebElementAttributes wea, org.openqa.selenium.WebDriver driver)
public static org.openqa.selenium.By generateByInnertext(WebElementAttributes wea, org.openqa.selenium.WebDriver driver)
public static org.openqa.selenium.By generateByStyle(WebElementAttributes wea, org.openqa.selenium.WebDriver driver)
public static org.openqa.selenium.By generateByHref(WebElementAttributes wea)
public static org.openqa.selenium.By generateBySrc(WebElementAttributes wea)
public static org.openqa.selenium.By generateByAlt(WebElementAttributes wea, org.openqa.selenium.WebDriver driver)
public static org.openqa.selenium.By generateByValue(WebElementAttributes wea, org.openqa.selenium.WebDriver driver)
public static org.openqa.selenium.By generateByType(WebElementAttributes wea, org.openqa.selenium.WebDriver driver)
Copyright © 2020. All rights reserved.