FrameLocator.LocatorOptions |
FrameLocator.LocatorOptions.setHas(Locator has) |
Narrows down the results of the method to those which contain elements matching this relative locator.
|
FrameLocator.LocatorOptions |
FrameLocator.LocatorOptions.setHasNot(Locator hasNot) |
Matches elements that do not contain an element that matches an inner locator.
|
FrameLocator.LocatorOptions |
FrameLocator.LocatorOptions.setHasNotText(String hasNotText) |
Matches elements that do not contain specified text somewhere inside, possibly in a child or a descendant element.
|
FrameLocator.LocatorOptions |
FrameLocator.LocatorOptions.setHasNotText(Pattern hasNotText) |
Matches elements that do not contain specified text somewhere inside, possibly in a child or a descendant element.
|
FrameLocator.LocatorOptions |
FrameLocator.LocatorOptions.setHasText(String hasText) |
Matches elements containing specified text somewhere inside, possibly in a child or a descendant element.
|
FrameLocator.LocatorOptions |
FrameLocator.LocatorOptions.setHasText(Pattern hasText) |
Matches elements containing specified text somewhere inside, possibly in a child or a descendant element.
|