public class HeadlessDriverUtils
extends java.lang.Object
| Constructor and Description |
|---|
HeadlessDriverUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
takeFullScreenshot(org.openqa.selenium.WebDriver webDriver,
java.io.File pngFile) |
static void |
takeFullScreenshot(org.openqa.selenium.WebDriver webDriver,
java.io.File pngFile,
org.openqa.selenium.By... highlights) |
public static void takeFullScreenshot(org.openqa.selenium.WebDriver webDriver,
java.io.File pngFile)
throws java.io.IOException
java.io.IOExceptionpublic static void takeFullScreenshot(org.openqa.selenium.WebDriver webDriver,
java.io.File pngFile,
org.openqa.selenium.By... highlights)
throws java.io.IOException
java.io.IOException