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
{{ message }}
This repository was archived by the owner on Mar 4, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,8 @@ This project versioning adheres to [Semantic Versioning](http://semver.org/).
5
5
6
6
### Added
7
7
- Experimental W3C WebDriver protocol support. The protocol will be used automatically when remote end (like Geckodriver, newer Chromedriver etc.) supports it.
8
-
-`getStatus()` method of RemoteWebDriver to get information about remote-end readiness to create new sessions.
8
+
-`getStatus()` method of `RemoteWebDriver` to get information about remote-end readiness to create new sessions.
9
+
-`takeElementScreenshot()` method of `RemoteWebElement` to do the obvious - take screenshot of the particular element.
9
10
10
11
### Changed
11
12
- Revert no longer needed workaround for Chromedriver bug [2943](https://bugs.chromium.org/p/chromedriver/issues/detail?id=2943).
0 commit comments