File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,13 @@ This project versioning adheres to [Semantic Versioning](http://semver.org/).
3
3
4
4
## Unreleased
5
5
### Added
6
+ - Support for current Firefox XPI extension format. Extensions could now be loaded into ` FirefoxProfile ` using ` addExtension() ` method.
6
7
- ` setProfile() ` method to ` FirefoxOptions ` , which is now a preferred way to set Firefox Profile.
7
8
8
9
### Changed
9
10
- Handle errors when taking screenshots. ` WebDriverException ` is thrown if WebDriver returns empty or invalid screenshot data.
10
11
- Deprecate ` FirefoxDriver::PROFILE ` constant. Instead, use ` setProfile() ` method of ` FirefoxOptions ` to set Firefox Profile.
12
+ - Deprecate ` getAllSessions() ` method of ` RemoteWebDriver ` (which is not part of W3C WebDriver).
11
13
12
14
### Fixed
13
15
- Throw ` UnknownErrorException ` instead of fatal error if remote end returns invalid response for ` findElement() ` /` findElements() ` commands.
You can’t perform that action at this time.
0 commit comments