public interface GetsNamedTextField<T extends org.openqa.selenium.WebElement>
Modifier and Type | Method and Description |
---|---|
T |
getNamedTextField(String name)
In iOS apps, named TextFields have the same accessibility Id as their
containing TableElement.
|
T getNamedTextField(String name)
name
- accessiblity id of TextFieldCopyright © 2016. All rights reserved.