Skip to content

Commit 91d8d70

Browse files
committed
Updating channel name from Aurora to Dev
1 parent 55d735b commit 91d8d70

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

java/src/org/openqa/selenium/firefox/FirefoxBinary.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public enum Channel {
4545
ESR("esr"),
4646
RELEASE("release"),
4747
BETA("beta"),
48-
AURORA("aurora"),
48+
DEV("dev"),
4949
NIGHTLY("nightly");
5050

5151
private String name;

javascript/node/selenium-webdriver/firefox.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -767,10 +767,10 @@ class Channel {
767767
/**
768768
* Firefox's developer channel.
769769
* @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>
771771
*/
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',
774774
'Firefox Developer Edition\\firefox.exe'
775775
)
776776

0 commit comments

Comments
 (0)