Poltergeist v1.12.0 Release Notes

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

    • Driver#evaluate_script/#execute_script no longer depend on the browser context JSON object. Side effect of this is that objects returned with cyclic references now have the cycles broken with nil rather than "(cyclic structure)" (Thomas Walpole)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixed memory leak in Capybara::Poltergeist::Client (Tony Novak)[Issue #817]
    • ๐Ÿ’ป Driver#evaluate_script no longer has a side effect of setting global browser variable 'result' (Thomas Walpole)