Uses of Class
com.microsoft.playwright.options.ScreenshotCaret
-
Packages that use ScreenshotCaret Package Description com.microsoft.playwright com.microsoft.playwright.options -
-
Uses of ScreenshotCaret in com.microsoft.playwright
Fields in com.microsoft.playwright declared as ScreenshotCaret Modifier and Type Field Description ScreenshotCaretElementHandle.ScreenshotOptions. caretWhen set to"hide", screenshot will hide text caret.ScreenshotCaretLocator.ScreenshotOptions. caretWhen set to"hide", screenshot will hide text caret.ScreenshotCaretPage.ScreenshotOptions. caretWhen set to"hide", screenshot will hide text caret.Methods in com.microsoft.playwright with parameters of type ScreenshotCaret Modifier and Type Method Description ElementHandle.ScreenshotOptionsElementHandle.ScreenshotOptions. setCaret(ScreenshotCaret caret)When set to"hide", screenshot will hide text caret.Locator.ScreenshotOptionsLocator.ScreenshotOptions. setCaret(ScreenshotCaret caret)When set to"hide", screenshot will hide text caret.Page.ScreenshotOptionsPage.ScreenshotOptions. setCaret(ScreenshotCaret caret)When set to"hide", screenshot will hide text caret. -
Uses of ScreenshotCaret in com.microsoft.playwright.options
Methods in com.microsoft.playwright.options that return ScreenshotCaret Modifier and Type Method Description static ScreenshotCaretScreenshotCaret. valueOf(String name)Returns the enum constant of this type with the specified name.static ScreenshotCaret[]ScreenshotCaret. values()Returns an array containing the constants of this enum type, in the order they are declared.
-