Uses of Enum
com.microsoft.playwright.options.ScreenshotScale
Packages that use ScreenshotScale
-
Uses of ScreenshotScale in com.microsoft.playwright
Fields in com.microsoft.playwright declared as ScreenshotScaleModifier and TypeFieldDescriptionElementHandle.ScreenshotOptions.scaleWhen set to"css", screenshot will have a single pixel per each css pixel on the page.Locator.ScreenshotOptions.scaleWhen set to"css", screenshot will have a single pixel per each css pixel on the page.Page.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 ScreenshotScaleModifier and TypeMethodDescriptionElementHandle.ScreenshotOptions.setScale(ScreenshotScale scale) When set to"css", screenshot will have a single pixel per each css pixel on the page.Locator.ScreenshotOptions.setScale(ScreenshotScale scale) When set to"css", screenshot will have a single pixel per each css pixel on the page.Page.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 ScreenshotScaleModifier and TypeMethodDescriptionstatic ScreenshotScaleReturns 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.