File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dotnet/src/webdriver/Firefox Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ namespace OpenQA.Selenium.Firefox
29
29
/// </summary>
30
30
public sealed class FirefoxDriverService : DriverService
31
31
{
32
- private const string FirefoxDriverServiceFileName = "wires .exe" ;
33
- private static readonly Uri FirefoxDriverDownloadUrl = new Uri ( "https://github.com/jgraham/wires /releases" ) ;
32
+ private const string FirefoxDriverServiceFileName = "geckodriver .exe" ;
33
+ private static readonly Uri FirefoxDriverDownloadUrl = new Uri ( "https://github.com/mozilla/geckodriver /releases" ) ;
34
34
private string browserBinaryPath = @"C:\Program Files (x86)\Nightly\firefox.exe" ;
35
35
private int browserCommunicationPort = - 1 ;
36
36
You can’t perform that action at this time.
0 commit comments