Update History.md [ci skip]

This commit is contained in:
Thomas Walpole 2018-06-22 16:45:56 -07:00
parent ada77d8b91
commit 5c8ca3866d
1 changed files with 6 additions and 0 deletions

View File

@ -1,10 +1,16 @@
# Version 3.3.0
Release date: unreleased
### Changed
* Minimum "supported" `selenium-webdriver` is raised to 3.5.0 (but you really should be using newer than that)
### Added
* RackTest driver now handles 307/308 redirects
* `execute_async_script` can now be called on elements to run the JS in the context of the element
* `:download` filter option on `:link' selector
* Window#fullscreen
### Fixes