Re: [Wtr-general] How to count links of a table

2007-07-12 Thread sandeep
Did ie.links.length work for u?
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


Re: [Wtr-general] How to count links of a table

2007-07-10 Thread sandeep
ie.links.length  # show how many links are on the 
page.

May be u can use this (or modify it to access table)method for links in table
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


Re: [Wtr-general] How can I select a file from a Windows window

2007-07-04 Thread sandeep
Did u tried this?
$ie.file_field(:name,'userfile').set(C:\\assets\\venus.jpg)
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


Re: [Wtr-general] $ie show/hide?

2007-06-12 Thread sandeep
you can user $ie.bring_to_front()  method which brings the window come to front.
For hiding you may use $ie.minimize which minimizes the window (appears as icon 
on taskbar).
Is this what you want?
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


Re: [Wtr-general] To click on the text link which is the combination of number and text

2007-06-07 Thread sandeep
Let me know if  this works
ie.link(:text, /[0-9]+ new messages/).click
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general