From 5c8ca3866d746b43b858db439b4bfa1a1f4bdf89 Mon Sep 17 00:00:00 2001 From: Thomas Walpole Date: Fri, 22 Jun 2018 16:45:56 -0700 Subject: [PATCH] Update History.md [ci skip] --- History.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/History.md b/History.md index 6d070816..54f00219 100644 --- a/History.md +++ b/History.md @@ -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