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
(*) access_token requred to work with Github API more info https://help.github.com/articles/creating-an-access-token-for-command-line-use/. You can set **gh_token** using config.ini file see Configuration section below.
52
+
(*) access_token required to work with Github API more info https://help.github.com/articles/creating-an-access-token-for-command-line-use/. You can set **gh_token** using config.ini file see Configuration section below.
53
53
54
54
Use with Edge:
55
55
@@ -76,7 +76,7 @@ offline = False
76
76
* gh_token - Github access token to solve issues with API rate limit
77
77
* driver_path - path to driver that was already downloaded
78
78
* version - by default driver lookup for the latest version of the driver, you can freeze it
79
-
* offline - mode that will disable automatic driver lookup. In this case you need either specify exect driver version that is already in cache **${user_home}/.wdm** or set path to the driver using **driver_path** veariable.
79
+
* offline - mode that will disable automatic driver lookup. In this case you need either specify exact driver version that is already in cache **${user_home}/.wdm** or set path to the driver using **driver_path** variable.
80
80
81
81
Same variables can be set for **[ChromeDriver]** and **[EdgeDriver]**
82
82
@@ -91,7 +91,7 @@ offline = True
91
91
```
92
92
93
93
It will automatically download latest release of chromedriver and set path. Moreover when the new version of the driver
94
-
will be released, webriver manager will download it and update path.
94
+
will be released, webdriver manager will download it and update path.
95
95
96
96
This will make your test automation more elegant and robust!
0 commit comments