Uses of Class
com.microsoft.playwright.options.ScreenshotScale
-
Packages that use ScreenshotScale Package Description com.microsoft.playwright com.microsoft.playwright.options -
-
Uses of ScreenshotScale in com.microsoft.playwright
Fields in com.microsoft.playwright declared as ScreenshotScale Modifier and Type Field Description ScreenshotScaleElementHandle.ScreenshotOptions. scaleWhen set to"css", screenshot will have a single pixel per each css pixel on the page.ScreenshotScaleLocator.ScreenshotOptions. scaleWhen set to"css", screenshot will have a single pixel per each css pixel on the page.ScreenshotScalePage.ScreenshotOptions. scaleWhen set to"css", screenshot will have a single pixel per each css pixel on the page.Methods in com.microsoft.playwright with parameters of type ScreenshotScale Modifier and Type Method Description ElementHandle.ScreenshotOptionsElementHandle.ScreenshotOptions. setScale(ScreenshotScale scale)When set to"css", screenshot will have a single pixel per each css pixel on the page.Locator.ScreenshotOptionsLocator.ScreenshotOptions. setScale(ScreenshotScale scale)When set to"css", screenshot will have a single pixel per each css pixel on the page.Page.ScreenshotOptionsPage.ScreenshotOptions. setScale(ScreenshotScale scale)When set to"css", screenshot will have a single pixel per each css pixel on the page. -
Uses of ScreenshotScale in com.microsoft.playwright.options
Methods in com.microsoft.playwright.options that return ScreenshotScale Modifier and Type Method Description static ScreenshotScaleScreenshotScale. valueOf(String name)Returns the enum constant of this type with the specified name.static ScreenshotScale[]ScreenshotScale. values()Returns an array containing the constants of this enum type, in the order they are declared.
-