readme.rb in watir-1.5.4 vs readme.rb in watir-1.5.5
- old
+ new
@@ -64,25 +64,10 @@
:text used for links and other objects that contain text.
:xpath finds the item using xpath query
* :id and :name are the quickest of these to process, and so should be used when possible to speed up scripts.
- The objects that are currently supported include
- Button
- Radio
- CheckBox
- TextField (Including TextArea and Password)
- Hidden
- SelectList
- Label
- Span
- Div
- P
- Link
- Table
- Image
-
These 2 web sites provide info on Internet Explorer and on the DOM as implemented by Internet Explorer
http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/webbrowser/webbrowser.asp
http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/overview/overview.asp
Command line options:
@@ -96,13 +81,13 @@
Javascript Pop Up Support
Watir now optionally installs AutoIt - http://www.autoitscript.com/
This is the prefered method for dealing wth pop ups, file requesters etc. Support for Winclickers will be removed.
Contacts:
- Paul Rogers (paul.rogers@shaw.ca)
Bret Pettichord (bret@pettichord.com)
Charley Baker (charley.baker@gmail.com)
+ Paul Rogers (paul.rogers@shaw.ca)
The mailing list: http://groups.google.com/group/watir-general
Contributors:
Bret Pettichord
Paul Rogers
@@ -139,9 +124,10 @@
Xavier Noria
Jeff Fry
Zeljko Filipin
Paul Taylor - Bug fix 194
Vincent Xu - Chinese input support
+ Tomislav Car - Filefield fix (210)
Acknowledgements:
Chris Morris
Brian Marick
Jonathan Kohl