public class ChromiumOptions extends BaseOptions<ChromiumOptions> implements SupportsBrowserNameOption<ChromiumOptions>, SupportsChromeDrivePortOption<ChromiumOptions>, SupportsExecutableOption<ChromiumOptions>, SupportsExecutableDirOption<ChromiumOptions>, SupportsVerboseOption<ChromiumOptions>, SupportsLogPathOption<ChromiumOptions>, SupportsBuildCheckOption<ChromiumOptions>, SupportsAutodownloadOption<ChromiumOptions>, SupportsUseSystemExecutableOption<ChromiumOptions>
Options class that sets options for Chromium when testing websites.
BROWSER_NAME_OPTION
CHROME_DRIVER_PORT
EXECUTABLE
EXECUTABLE_DIR
VERBOSE
LOG_PATH
DISABLE_BUILD_CHECK
AUTODOWNLOAD_ENABLED
USE_SYSTEM_EXECUTABLE
AUTOMATION_NAME_OPTION
EVENT_TIMINGS_OPTION
PRINT_PAGE_SOURCE_ON_FIND_FAILURE_OPTION
NO_RESET_OPTION
FULL_RESET_OPTION
NEW_COMMAND_TIMEOUT_OPTION
PLATFORM_VERSION_OPTION
Constructor and Description |
---|
ChromiumOptions() |
ChromiumOptions(org.openqa.selenium.Capabilities source) |
ChromiumOptions(java.util.Map<java.lang.String,?> source) |
asMap, clone, getCapability, getPlatformName, merge, setCapability, setPlatformName, toW3cName
equals, getCapabilityNames, hashCode, setCapability, setCapability, setCapability, toJson, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
withBrowserName
getChromeDriverPort, setChromeDriverPort
getExecutable, setExecutable
getExecutableDir, setExecutableDir
isVerbose, setVerbose
getLogPath, setLogPath
isBuildCheckDisabled, setBuildCheckDisabled
isAutodownloadEnabled, setAutodownloadEnabled
isUseSystemExecutable, setUseSystemExecutable
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, merge
amend, setCapability
getAutomationName, setAutomationName
doesEventTimings, eventTimings, setEventTimings
doesPrintPageSourceOnFindFailure, printPageSourceOnFindFailure, setPrintPageSourceOnFindFailure
doesNoReset, noReset, setNoReset
doesFullReset, fullReset, setFullReset
getNewCommandTimeout, setNewCommandTimeout
getPlatformVersion, setPlatformVersion