FrameLocator |
Locator.contentFrame() |
Returns a FrameLocator object pointing to the same iframe as this locator.
|
FrameLocator |
FrameLocator.first() |
Returns locator to the first matching frame.
|
FrameLocator |
Frame.frameLocator(String selector) |
When working with iframes, you can create a frame locator that will enter the iframe and allow selecting elements in
that iframe.
|
FrameLocator |
FrameLocator.frameLocator(String selector) |
When working with iframes, you can create a frame locator that will enter the iframe and allow selecting elements in
that iframe.
|
FrameLocator |
Locator.frameLocator(String selector) |
When working with iframes, you can create a frame locator that will enter the iframe and allow locating elements in that
iframe:
|
FrameLocator |
Page.frameLocator(String selector) |
When working with iframes, you can create a frame locator that will enter the iframe and allow selecting elements in
that iframe.
|
FrameLocator |
FrameLocator.last() |
Returns locator to the last matching frame.
|
FrameLocator |
FrameLocator.nth(int index) |
Returns locator to the n-th matching frame.
|