Interface PlaywrightDriver.FrameTrait
- Enclosing class:
- PlaywrightDriver
public static interface PlaywrightDriver.FrameTrait
A Frame has a title and can create FrameLocator
s as well as
regular Locator
s. So have other Frame-like classes.
-
Method Summary
Modifier and TypeMethodDescriptioncom.microsoft.playwright.FrameLocator
frameLocator
(String token) getTitle()
com.microsoft.playwright.Locator
static PlaywrightDriver.FrameTrait
of
(com.microsoft.playwright.Frame frame) static PlaywrightDriver.FrameTrait
of
(com.microsoft.playwright.FrameLocator frameLocator) static PlaywrightDriver.FrameTrait
of
(com.microsoft.playwright.Page page)
-
Method Details
-
getTitle
String getTitle() -
frameLocator
-
locator
-
of
-
of
-
of
-