Uses of Class
org.openqa.selenium.print.PageSize
Packages that use PageSize
-
Uses of PageSize in org.openqa.selenium.print
Fields in org.openqa.selenium.print declared as PageSizeModifier and TypeFieldDescriptionstatic final PageSize
PageSize.ANSI_TABLOID
static final PageSize
PageSize.ISO_A4
static final PageSize
PageSize.US_LEGAL
static final PageSize
PageSize.US_LETTER
Methods in org.openqa.selenium.print that return PageSizeModifier and TypeMethodDescriptionPrintOptions.getPageSize()
static PageSize
PageSize.setPageSize
(PageSize pageSize) Methods in org.openqa.selenium.print with parameters of type PageSizeModifier and TypeMethodDescriptionstatic PageSize
PageSize.setPageSize
(PageSize pageSize) void
PrintOptions.setPageSize
(PageSize pageSize)