File tree 2 files changed +14
-0
lines changed
2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change
1
+ namespace OpenQA . Selenium . Firefox
2
+ {
3
+ // This is a simple wrapper class to create a FirefoxDriver that
4
+ // uses the Marionette implementation and has no parameters in the
5
+ // constructor.
6
+ public class ReleaseFirefoxWebDriver : FirefoxDriver
7
+ {
8
+ public ReleaseFirefoxWebDriver ( )
9
+ : base ( new FirefoxOptions ( ) { BrowserExecutableLocation = @"C:\Program Files\Mozilla Firefox\firefox.exe" } )
10
+ {
11
+ }
12
+ }
13
+ }
Original file line number Diff line number Diff line change 48
48
<Compile Include =" FirefoxProfileManagerTest.cs" />
49
49
<Compile Include =" FirefoxProfileTests.cs" />
50
50
<Compile Include =" LegacyFirefoxWebDriver.cs" />
51
+ <Compile Include =" ReleaseFirefoxWebDriver.cs" />
51
52
<Compile Include =" NightlyFirefoxWebDriver.cs" />
52
53
<Compile Include =" Properties\AssemblyInfo.cs" />
53
54
</ItemGroup >
You can’t perform that action at this time.
0 commit comments