Re: [Wtr-general] How to capture mail box icon

2007-06-11 Thread Željko Filipin
Hi Sapna, This is how you can find out if mail box is open or closed. Let me know if you do not know how to use this code. irb ie.image(:index, 1).src =~ /mailclosed/ = 46 irb ie.image(:index, 1).src =~ /mailopen/ = nil Zeljko ___ Wtr-general

Re: [Wtr-general] How to capture mail box icon

2007-06-11 Thread sapna
Can u guid me how to use this code. I need to check if it is opened/closed and then open the closed mail. ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] How to capture mail box icon

2007-06-08 Thread Željko Filipin
Hi Sapna, Sometimes I would like to be able to read mind of other people, but unfortunately, I can not do that. Good news is that I do not have to read you mind to be able to help you. You just need to post HTML of that image when it is opened and closed. :) Zeljko -- ZeljkoFilipin.com

[Wtr-general] How to capture mail box icon

2007-06-07 Thread sapna
Hi, Help me understand how to do this. I need to capture mail box icon and want to verify whether the mail box is open or closed. Kindly treat this as high priority. Regards Sapna ___ Wtr-general mailing list Wtr-general@rubyforge.org