Uses of Class
org.openqa.selenium.print.PrintOptions
Packages that use PrintOptions
Package
Description
-
Uses of PrintOptions in org.openqa.selenium
Methods in org.openqa.selenium with parameters of type PrintOptions -
Uses of PrintOptions in org.openqa.selenium.bidi.browsingcontext
Methods in org.openqa.selenium.bidi.browsingcontext with parameters of type PrintOptions -
Uses of PrintOptions in org.openqa.selenium.print
Methods in org.openqa.selenium.print that return PrintOptionsModifier and TypeMethodDescriptionPrintOptions.setBackground(boolean background) PrintOptions.setOrientation(PrintOptions.Orientation orientation) PrintOptions.setPageMargin(PageMargin margin) PrintOptions.setPageRanges(String firstRange, String... ranges) PrintOptions.setPageRanges(List<String> ranges) PrintOptions.setPageSize(PageSize pageSize) PrintOptions.setScale(double scale) PrintOptions.setShrinkToFit(boolean value) -
Uses of PrintOptions in org.openqa.selenium.remote
Methods in org.openqa.selenium.remote with parameters of type PrintOptionsModifier and TypeMethodDescriptionRemoteWebDriver.print(PrintOptions printOptions) static CommandPayloadDriverCommand.PRINT_PAGE(PrintOptions options)