Poltergeist v1.11.0 Release Notes

Release Date: 2016-10-10 // over 7 years ago
  • ๐Ÿ”‹ Features

    • 0๏ธโƒฃ Add Window#maximize support - defaults to 1366x768 can be overridden with :screen_size option in driver registration (Thomas Walpole)
    • Add Capybara::Poltergeist::Driver#switch_to_frame for future compatibility with Capybara 2.8+ (Thomas Walpole)

    ๐Ÿ› Bug fixes

    • Check isContentEditable property instead of contenteditable attribute so contenteditable children can be modified
    • 0๏ธโƒฃ In send_keys default to key string if no keyCode provided by PhantomJS when using modifier (Thomas Walpole)[Issue #807]
    • ๐Ÿ”Š Add support for partial string and regular expression matches for modal dialogs (Sean Fisk) [Issue #815]