All Versions
139
Latest Version
Avg Release Cycle
56 days
Latest Release
1228 days ago

Changelog History
Page 8

  • v0.6.10 Changes

    June 10, 2014
    • 🔄 Changed the way attributes are generated and documented (see #28 and #215)
    • 👌 Improved error message for read only elements (see #256)
  • v0.6.9 Changes

    April 13, 2014
    • 👀 Watir::Wait timer can be re-implemented now (see #242)
    • ➕ Added Watir::Cookies#[] to retrieve cookie by name (see #251, thanks @mattparlane)
    • ➕ Added Watir::Element#outer_html (aliased to #html) (thanks @aderyabin)
    • ➕ Added Watir::Element#inner_html (thanks @aderyabin)
  • v0.6.8 Changes

    February 20, 2014
    • 🛠 :css selector can now be used with :index (fixes #241)
    • 🛠 :css selector can now be used on all container methods (fixes #124)
  • v0.6.7 Changes

    February 04, 2014
    • ⏪ Revert wait/timeout bug introduced in 0.6.5 to fix #228.
  • v0.6.6 Changes

    January 29, 2014
    • 🛠 Fix regression where locating <button>foo</button> using (value: /foo/) would fail.
  • v0.6.5 Changes

    January 28, 2014
    • 👍 Allow :name as locator for any element (#238)
    • 🔧 Make default timeout configurable (Watir.default_timeout, thanks to Justin Ko)
    • 🛠 Fix collission with Timecop. (#228)
    • 👌 Support locating elements by and retrieving value of aria-* attributes. (#233)
    • 👍 Allow to save/load cookies from file (thanks @ar4an)
    • Locate by label attribute if it's valid for element (#219)
    • Delegate #present? to Element (#216)
    • 🖐 Handle iframes like frames (#204)
    • 🛠 Fix HTML5 / input type handling (#217)
    • 🛠 Fix locating buttons and textarea by value (#163, #208)
    • 💻 Make sure Browser#url always returns url of top frame (#205).
    • 🗄 Deprecate locating texteareas with #text_field.
  • v0.6.4 Changes

    • ➕ Add ability to find element by parent
  • v0.6.3 Changes

    • 💎 Always use custom YARD handler (should give full docs on rubydoc.info)
    • Window resizing coerces string arguments
  • v0.6.2 Changes

    • ⚡️ Update from HTML spec (adds :abbr attribute to TableHeaderCell).
    • ➕ Add Window#maximize. Closes #153.
    • ➕ Add Browser#name.
    • 📚 Documentation improvements.
    • Don't overwrite original element color in Element#flash. Closes #171.
    • Return the element itself when Element#flash is called.
    • 🛠 Fix case sensitivity issues when locating elements. Closes #72.
  • v0.6.1 Changes

    Added objects:

     Watir::DList#to_hash (lib/watir-webdriver/elements/dlist.rb:4)
    

    Modified objects:

     Watir::Alert#exists? (lib/watir-webdriver/alert.rb:32)
     Watir::Alert#present? (lib/watir-webdriver/alert.rb:38)
     Watir::VERSION (lib/watir-webdriver/version.rb:2)