Posted By: Paul Rogers
Date: 2005-04-04 02:34
Summary: Watir 1.2 is released.
Project: Watir

The Watir team is pleased to announce Watir release 1.2

This release contains several new features:

URL List
--------
The list of unique urls that has been visited is now available. Use the following to access, and clear it
ie.url_list # returns an array of the unique urls visited
ie.clear_url_list # clear the list


Properties for Objects
----------------------
It is now possible to do:

button = ie.button(:index,1)
puts button.name
puts button.id
puts button.value

The properties depend upon the object, but include href, innerText ( for links ) as well as those aboev. Consult the API reference for full details


Iterator objects
----------------

It is now possible to iterate through most types of element. For example:

ie.buttons.each do |button|

if button.name == "Test Button"
button.click
break
end
end


This release also contains many bug fizes to the tables code, a new graphical installer, and better api documentation
Many thanks to all who have contributed!

Latest News
Runt v0.9.0 Released
    Matthew Lipper - 2013-05-17 00:11
kramdown 1.0.2 released
    Thomas Leitner - 2013-05-09 06:58
mime-types 1.23 Released
    Austin Ziegler - 2013-04-21 01:41
diff-lcs 1.2.4 Released
    Austin Ziegler - 2013-04-21 00:08
diff-lcs 1.2.3 Released
    Austin Ziegler - 2013-04-12 02:31

 

Forums | Admin

Discussion Forums: watir-1.2-is-released.

Start New Thread Start New Thread

 

Topic Topic Starter Replies Last Post