class Browser
WebDriver\Browser class
@package WebDriver
Hierarchy
- class \WebDriver\Browser
Expanded class hierarchy of Browser
File
-
vendor/
lullabot/ php-webdriver/ lib/ WebDriver/ Browser.php, line 19
Namespace
WebDriverView source
final class Browser {
/**
* Check browser names used in static functions in the selenium source:
* @see https://github.com/SeleniumHQ/selenium/blob/trunk/java/src/org/openqa/selenium/remote/BrowserType.java
*/
const ANDROID = 'android';
const CHROME = 'chrome';
const EDGE = 'edge';
const EDGEHTML = 'EdgeHTML';
const FIREFOX = 'firefox';
const HTMLUNIT = 'htmlunit';
const IE = 'internet explorer';
const INTERNET_EXPLORER = 'internet explorer';
const IPHONE = 'iPhone';
const IPAD = 'iPad';
const MSEDGE = 'MicrosoftEdge';
const OPERA = 'opera';
const OPERA_BLINK = 'operablink';
const PHANTOMJS = 'phantomjs';
const SAFARI = 'safari';
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
Browser::ANDROID | constant | Check browser names used in static functions in the selenium source: | |
Browser::CHROME | constant | ||
Browser::EDGE | constant | ||
Browser::EDGEHTML | constant | ||
Browser::FIREFOX | constant | ||
Browser::HTMLUNIT | constant | ||
Browser::IE | constant | ||
Browser::INTERNET_EXPLORER | constant | ||
Browser::IPAD | constant | ||
Browser::IPHONE | constant | ||
Browser::MSEDGE | constant | ||
Browser::OPERA | constant | ||
Browser::OPERA_BLINK | constant | ||
Browser::PHANTOMJS | constant | ||
Browser::SAFARI | constant |