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
Copy file name to clipboardExpand all lines: README.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,6 @@
7
7
# WebDriverManager.Net
8
8
This small library aimed to automate the [Selenium WebDriver] binaries management inside a .Net project.
9
9
10
-
*You need run you IDE/program/tests with Administrator privileges*
11
-
12
10
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.
13
11
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).
0 commit comments