We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9e9732 commit 4226c2cCopy full SHA for 4226c2c
sandwich-webdriver/CHANGELOG.md
@@ -2,7 +2,12 @@
2
3
# 0.4.0.0
4
5
-* Add a lower bound on `webdriver-0.13.0.0`, which is a major change.
+* Switch to `webdriver-0.13.0.0`, which is a major change.
6
+* Rename 'WebDriver' -> 'TestWebDriverContext'
7
+* Disabling Xvfb support for now.
8
+* Be able to pass extra flags to chromedriver or geckodriver.
9
+* Now we have debug logging of all WebDriver requests and responses by default, which makes it much easier to see what's going on.
10
+* Some logic for starting and managing WebDriver processes has been moved to the `webdriver` package.
11
12
# 0.3.0.1
13
0 commit comments