Uses of Class
FlaNium.WinAPI.enums.ImageFormat
-
Packages that use ImageFormat Package Description FlaNium.WinAPI.actions FlaNium.WinAPI.enums -
-
Uses of ImageFormat in FlaNium.WinAPI.actions
Methods in FlaNium.WinAPI.actions with parameters of type ImageFormat Modifier and Type Method Description <X> XScreenshotActions. getScreenshot(org.openqa.selenium.OutputType<X> outputType, ImageFormat imageFormat, boolean foreground)Taking a screenshot of the current item or the entire screen (if current item is driver).FileScreenshotActions. getScreenshotFile(ImageFormat imageFormat)Taking a screenshot of the current item.FileScreenshotActions. getScreenshotFileNotForeground(ImageFormat imageFormat)Taking a screenshot of the not foreground current item. -
Uses of ImageFormat in FlaNium.WinAPI.enums
Methods in FlaNium.WinAPI.enums that return ImageFormat Modifier and Type Method Description static ImageFormatImageFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static ImageFormat[]ImageFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.
-