Skip to content

Commit 7bfafb4

Browse files
authored
Update comment about matching installed browser version (#219)
1 parent a146b59 commit 7bfafb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Notice that simply adding ``new DriverManager().SetUpDriver(<config>)`` does mag
7979
1. It checks the latest version of the WebDriver binary file
8080
2. It downloads the binary WebDriver if it is not present in your system
8181

82-
So far, WebDriverManager supports **Chrome**, **Microsoft Edge**, **Firefox(Marionette)**, **Internet Explorer**, **Opera** or **PhantomJS** configs (Just change <config> to prefered config):
82+
So far, WebDriverManager supports **Chrome**, **Microsoft Edge**, **Firefox(Marionette)**, **Internet Explorer**, **Opera** or **PhantomJS** configs (just change <config> to preferred config):
8383

8484
```csharp
8585
new ChromeConfig();
@@ -110,7 +110,7 @@ Or architecture:
110110
Or version and architecture:
111111
``new DriverManager().SetUpDriver(new ChromeConfig(), "2.25", Architecture.X64)``
112112

113-
Only for Google Chrome so far, you can specify to automatically download a ```chromedriver.exe``` matching the version of the browser that is installed in your machine:
113+
Or you can specify to automatically download a driver matching the version of the browser that is installed in your machine (only for Chrome, Edge, Firefox and Internet Explorer):
114114
``new DriverManager().SetUpDriver(new ChromeConfig(), VersionResolveStrategy.MatchingBrowser); ``
115115

116116
#### Manual way:

0 commit comments

Comments
 (0)