Skip to content

Commit b9a1f84

Browse files
authored
Update README.md
1 parent c697563 commit b9a1f84

File tree

1 file changed

+20
-10
lines changed

1 file changed

+20
-10
lines changed

README.md

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@
55
[![license](https://img.shields.io/github/license/rosolko/WebDriverManager.Net.svg?maxAge=3600)](https://github.com/rosolko/WebDriverManager.Net/blob/master/LICENSE)
66

77
# WebDriverManager.Net
8+
9+
## Table of contents
10+
11+
* [Info](#info)
12+
* [Installation](#installation)
13+
* [Usage](#usage)
14+
* [Advanced](#advanced)
15+
* [Thanks](#thanks)
16+
* [About](#about)
17+
18+
## Info
819
This small library aimed to automate the [Selenium WebDriver] binaries management inside a .Net project.
920

1021
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
1425

1526
WebDriverManager is open source, released under the terms of [MIT] license.
1627

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://cdn.rawgit.com/rosolko/5df6447289fb4f40f14311d0275e7869/raw/01758b5090bf6a95710d703891692567234bfc25/browserstack.svg) | [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://cdn.rawgit.com/rosolko/3ab6cb55f21009a2bc8eb1749170958e/raw/bf0cf26772bea67340c4a600b5339b25839e0696/github.svg) | [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://cdn.rawgit.com/rosolko/97d00e90fa68763bbd28462b17bda903/raw/71a23a11b4efdafbc31356e19cbbb1c155ff62fb/appveyor.svg) | [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-
2728
## Installation
2829

2930
[WebDriverManager.Net] can be downloaded from NuGet.
@@ -171,6 +172,15 @@ Or version and architecture:
171172

172173
new DriverManager().SetUpDriver(new TaobaoPhantomConfig());
173174

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://cdn.rawgit.com/rosolko/5df6447289fb4f40f14311d0275e7869/raw/01758b5090bf6a95710d703891692567234bfc25/browserstack.svg) | [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://cdn.rawgit.com/rosolko/3ab6cb55f21009a2bc8eb1749170958e/raw/bf0cf26772bea67340c4a600b5339b25839e0696/github.svg) | [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://cdn.rawgit.com/rosolko/97d00e90fa68763bbd28462b17bda903/raw/71a23a11b4efdafbc31356e19cbbb1c155ff62fb/appveyor.svg) | [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.
183+
174184
## About
175185

176186
WebDriverManager.Net (Copyright © 2016-2017) is a personal project of [Alexander Rosolko] licensed under [MIT] license.

0 commit comments

Comments
 (0)