Frame.LocatorOptions |
Frame.LocatorOptions.setHas(Locator has) |
Matches elements containing an element that matches an inner locator.
|
Frame.LocatorOptions |
Frame.LocatorOptions.setHasNot(Locator hasNot) |
Matches elements that do not contain an element that matches an inner locator.
|
Frame.LocatorOptions |
Frame.LocatorOptions.setHasNotText(java.lang.String hasNotText) |
Matches elements that do not contain specified text somewhere inside, possibly in a child or a descendant element.
|
Frame.LocatorOptions |
Frame.LocatorOptions.setHasNotText(java.util.regex.Pattern hasNotText) |
Matches elements that do not contain specified text somewhere inside, possibly in a child or a descendant element.
|
Frame.LocatorOptions |
Frame.LocatorOptions.setHasText(java.lang.String hasText) |
Matches elements containing specified text somewhere inside, possibly in a child or a descendant element.
|
Frame.LocatorOptions |
Frame.LocatorOptions.setHasText(java.util.regex.Pattern hasText) |
Matches elements containing specified text somewhere inside, possibly in a child or a descendant element.
|