File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ final class Browser
31
31
{
32
32
/**
33
33
* Check browser names used in static functions in the selenium source:
34
- * @see http://code.google.com/p/selenium/source/browse/trunk/ java/client/src/org/openqa/selenium/remote/DesiredCapabilities.java
34
+ * @see http://code.google.com/p/selenium/source/browse/java/client/src/org/openqa/selenium/remote/DesiredCapabilities.java
35
35
*
36
36
* Note: Capability array takes these browserNames and not the "browserTypes"
37
37
*
@@ -42,9 +42,11 @@ final class Browser
42
42
const CHROME = 'chrome ' ;
43
43
const FIREFOX = 'firefox ' ;
44
44
const HTMLUNIT = 'htmlunit ' ;
45
+ const IE = 'internet explorer ' ;
45
46
const INTERNET_EXPLORER = 'internet explorer ' ;
46
47
const IPHONE = 'iPhone ' ;
47
48
const IPAD = 'iPad ' ;
48
49
const OPERA = 'opera ' ;
49
- const SAFARI = 'safari ' ;
50
+ const PHANTOMJS = 'phantomjs ' ;
51
+ const SAFARI = 'safari ' ;
50
52
}
You can’t perform that action at this time.
0 commit comments