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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ This project versioning adheres to [Semantic Versioning](http://semver.org/).
15
15
-`elementTextMatches` - text in element matches regular expression
16
16
-`numberOfWindowsToBe` - number of opened windows equals given number
17
17
- Possibility to select option of `<select>` by its partial text (using `selectByVisiblePartialText()`)
18
+
-`XPathEscaper` helper class to quote XPaths containing both single and double quotes.
18
19
19
20
### Changed
20
21
-`Symfony\Process` is used to start local WebDriver processes (when browsers are run directly, without Selenium server) to workaround some PHP bugs and improve portability.
@@ -23,6 +24,9 @@ This project versioning adheres to [Semantic Versioning](http://semver.org/).
23
24
- Deprecated `WebDriverExpectedCondition::textToBePresentInElement()` in favor of `elementTextContains()`
24
25
- Throw an exception when attempting to deselect options of non-multiselect (it already didn't have any effect, but was silently ignored).
25
26
27
+
### Fixed
28
+
- XPath escaping in `select*()` and `deselect*()` methods of `WebDriverSelect`.
29
+
26
30
## 1.2.0 - 2016-10-14
27
31
- Added initial support of remote Microsoft Edge browser (but starting local EdgeDriver is still not supported).
28
32
- Utilize late static binding to make eg. `WebDriverBy` and `DesiredCapabilities` classes easily extensible.
0 commit comments