SeleniumClient\BrowserType
Synopsis
class BrowserType
{
- // constants
- const CHROME = "chrome";
- const FIREFOX = "firefox";
- const HTMLUNIT = "htmlunit";
- const INTERNET_EXPLORER = "internet explorer";
- const IPHONE = "iphone";
- // methods
- public static void isValidBrowserType()
Constants
Name | Value |
---|---|
CHROME | "chrome" |
FIREFOX | "firefox" |
HTMLUNIT | "htmlunit" |
INTERNET_EXPLORER | "internet explorer" |
IPHONE | "iphone" |