public class TextValue extends Object
Constructor and Description |
---|
TextValue() |
Modifier and Type | Method and Description |
---|---|
static Question<String> |
of(org.openqa.selenium.By byLocator) |
static Question<String> |
of(String locator) |
static Question<String> |
of(Target target) |
static Question<Collection<String>> |
ofEach(org.openqa.selenium.By byLocator) |
static Question<Collection<String>> |
ofEach(String locator) |
static Question<Collection<String>> |
ofEach(Target target) |
public static Question<Collection<String>> ofEach(Target target)
public static Question<Collection<String>> ofEach(org.openqa.selenium.By byLocator)
public static Question<Collection<String>> ofEach(String locator)
Copyright © 2022. All rights reserved.