public class Configuration
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
baseUrl |
static java.lang.String |
browser
Which browser to use.
|
static boolean |
dismissModalDialogs
Mock "alert" and "confirm" javascript dialogs.
|
static boolean |
holdBrowserOpen
If holdBrowserOpen is true, browser window stays open after running tests.
|
static long |
pollingInterval |
static java.lang.String |
remote
URL of remote web driver (in case of using Selenium Grid).
|
static java.lang.String |
reportsFolder
Folder to store screenshots to.
|
static java.lang.String |
reportsUrl
Optional: URL of CI server where reports are published to.
|
static boolean |
screenshots
Does Selenide need to take screenshots on failing tests.
|
static boolean |
startMaximized
The browser window is maximized when started.
|
static long |
timeout |
Constructor and Description |
---|
Configuration() |
public static java.lang.String baseUrl
public static long timeout
public static long pollingInterval
public static boolean holdBrowserOpen
public static java.lang.String browser
public static java.lang.String remote
public static boolean startMaximized
public static boolean screenshots
public static java.lang.String reportsFolder
public static java.lang.String reportsUrl
public static boolean dismissModalDialogs