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