Uses of Enum
com.microsoft.playwright.options.ScreenshotCaret
Packages that use ScreenshotCaret
-
Uses of ScreenshotCaret in com.microsoft.playwright
Fields in com.microsoft.playwright declared as ScreenshotCaretModifier and TypeFieldDescriptionElementHandle.ScreenshotOptions.caretWhen set to"hide", screenshot will hide text caret.Locator.ScreenshotOptions.caretWhen set to"hide", screenshot will hide text caret.Page.ScreenshotOptions.caretWhen set to"hide", screenshot will hide text caret.Methods in com.microsoft.playwright with parameters of type ScreenshotCaretModifier and TypeMethodDescriptionElementHandle.ScreenshotOptions.setCaret(ScreenshotCaret caret) When set to"hide", screenshot will hide text caret.Locator.ScreenshotOptions.setCaret(ScreenshotCaret caret) When set to"hide", screenshot will hide text caret.Page.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 ScreenshotCaretModifier and TypeMethodDescriptionstatic ScreenshotCaretReturns 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.