File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
javascript/node/selenium-webdriver
java/src/org/openqa/selenium/firefox Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public enum Channel {
45
45
ESR ("esr" ),
46
46
RELEASE ("release" ),
47
47
BETA ("beta" ),
48
- AURORA ( "aurora " ),
48
+ DEV ( "dev " ),
49
49
NIGHTLY ("nightly" );
50
50
51
51
private String name ;
Original file line number Diff line number Diff line change @@ -767,10 +767,10 @@ class Channel {
767
767
/**
768
768
* Firefox's developer channel.
769
769
* @const
770
- * @see <https://www.mozilla.org/en-US/firefox/channel/desktop/#aurora >
770
+ * @see <https://www.mozilla.org/en-US/firefox/channel/desktop/#developer >
771
771
*/
772
- Channel . AURORA = new Channel (
773
- '/Applications/FirefoxDeveloperEdition .app/Contents/MacOS/firefox-bin ' ,
772
+ Channel . DEV = new Channel (
773
+ '/Applications/Firefox Developer Edition .app/Contents/MacOS/firefox' ,
774
774
'Firefox Developer Edition\\firefox.exe'
775
775
)
776
776
You can’t perform that action at this time.
0 commit comments