Skip to content

Commit cd08cad

Browse files
authored
Update README.md
1 parent 2079ba3 commit cd08cad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Java implementation you can find here - [GitHub Repository].
1111

1212
This piece of software is a small library aimed to automate the [Selenium WebDriver] binaries management inside a .Net project.
1313

14-
If you have ever used [Selenium WebDriver], you probably know that in order to use some browsers (for example **Chrome**, **Internet Explorer**, **Opera**, **Microsoft Edge**, **PhantomJS**, or **Marionette**) you need to download a binary which allows WebDriver to handle the browser.
14+
If you have ever used [Selenium WebDriver], you probably know that in order to use some browsers (for example **Chrome**, **Internet Explorer**, **Opera**, **Microsoft Edge**, **PhantomJS**, **Marionette** or **Appium**) you need to download a binary which allows WebDriver to handle the browser.
1515
In addition, the absolute path to this binary must be set as part of the PATH environment variable or manually copied to build output folder (working directory).
1616

1717
This is quite annoying since it forces you to link directly this binary in your source code. In addition, you have to check manually when new versions of the binaries are released. This library comes to the rescue, performing in an automated way all this dirty job for you.
@@ -79,6 +79,7 @@ So far, WebDriverManager supports **Chrome**, **Microsoft Edge**, **Internet Exp
7979
new MarionetteDriverManager().Init();
8080
new OperaDriverManager().Init();
8181
new PhantomJsDriverManager().Init();
82+
new AppiumDriverManager().Init();
8283

8384
## Advanced
8485

0 commit comments

Comments
 (0)