You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This small library aimed to automate the [Selenium WebDriver] binaries management inside a .Net project.
9
20
10
21
If you have ever used [Selenium WebDriver], you probably know that in order to use some browsers (for example **Chrome**) you need to download a binary which allows WebDriver to handle the browser.
@@ -14,16 +25,6 @@ This is quite annoying since it forces you to link directly this binary in your
14
25
15
26
WebDriverManager is open source, released under the terms of [MIT] license.
16
27
17
-
18
-
## Thanks
19
-
Thanks to the following companies for generously providing their services/products to help improve this project:
20
-
21
-
| Logo | Description |
22
-
| -------------- | ----------- |
23
-
||[BrowserStack](https://www.browserstack.com) is a cloud-based cross-browser testing tool that enables developers to test their websites across various browsers on different operating systems and mobile devices, without requiring users to install virtual machines, devices or emulators. |
24
-
||[GitHub](https://github.com) is a web-based Git repository hosting service. It offers all of the distributed version control and source code management (SCM) functionality of Git as well as adding several collaboration features such as bug tracking, feature requests, task management, and wikis for every project. |
25
-
||[AppVeyor](https://appveyor.com) is a hosted, distributed continuous integration service used to build and test projects hosted at GitHub on a Microsoft Windows virtual machine. |
26
-
27
28
## Installation
28
29
29
30
[WebDriverManager.Net] can be downloaded from NuGet.
@@ -171,6 +172,15 @@ Or version and architecture:
171
172
172
173
new DriverManager().SetUpDriver(new TaobaoPhantomConfig());
173
174
175
+
## Thanks
176
+
Thanks to the following companies for generously providing their services/products to help improve this project:
177
+
178
+
Logo | Description
179
+
------------ | -------------
180
+
 | [BrowserStack](https://www.browserstack.com) is a cloud-based cross-browser testing tool that enables developers to test their websites across various browsers on different operating systems and mobile devices, without requiring users to install virtual machines, devices or emulators.
181
+
 | [GitHub](https://github.com) is a web-based Git repository hosting service. It offers all of the distributed version control and source code management (SCM) functionality of Git as well as adding several collaboration features such as bug tracking, feature requests, task management, and wikis for every project.
182
+
 | [AppVeyor](https://appveyor.com) is a hosted, distributed continuous integration service used to build and test projects hosted at GitHub on a Microsoft Windows virtual machine.
0 commit comments