We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc2852 commit 1814939Copy full SHA for 1814939
README.md
@@ -118,8 +118,7 @@ Or you can specify to automatically download a driver matching the version of th
118
```csharp
119
new DriverManager().SetUpDriver(
120
"https://chromedriver.storage.googleapis.com/2.25/chromedriver_win32.zip",
121
- Path.Combine(Directory.GetCurrentDirectory(), "chromedriver.exe"),
122
- "chromedriver.exe"
+ Path.Combine(Directory.GetCurrentDirectory(), "chromedriver.exe")
123
);
124
```
125
0 commit comments