Skip to content

Commit a3f60c5

Browse files
committed
Use Selenium embedded driver manager
1 parent 51aeb68 commit a3f60c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/11-advanced/17-web-driver-management.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
1515
> Since [v2.34.0](https://github.com/gwen-interpreter/gwen-web/releases/tag/v2.34.0)
1616
- Gwen uses the following embedded web driver manager to automatically download and manage native web driver binaries for you: [WebDriverManager](https://github.com/bonigarcia/webdrivermanager)
1717

18-
> Since [v3.32.0](https://github.com/gwen-interpreter/gwen-web/releases/tag/v2.34.0)
18+
> Since [v3.32.0](https://github.com/gwen-interpreter/gwen-web/releases/tag/v3.32.0)
1919
- Gwen uses [Selenium's embedded driver manager](https://www.selenium.dev/blog/2022/introducing-selenium-manager/) (introduced in Selenium v4.6.0) to automatically download and manage native web driver binaries for you
2020

2121
Automatic web driver management will only be active if no `webdriver.xx.driver` properties are set. So if you are upgrading from an older version of Gwen, be sure to remove these from your Gwen settings files if you wish for Gwen to manage native drivers for you.

0 commit comments

Comments
 (0)