[wtr-general] Re: How can I open message in gmail inbox.

2009-05-26 Thread Wesley Chen
Please don't try on Gmail. It is too complex and it can't represent the common cases, so it is useless. Thanks. Wesley Chen. On Tue, May 26, 2009 at 1:51 PM, tknv rreedd...@gmail.com wrote: hi et,.al. I'd like to open gmail message for test sending password is collect or not. That's why

[wtr-general] how to select rows under grid for EXTJS code using watir.

2009-05-26 Thread Bhavesh
Hi, I have to select the row under Grid which is an extjs code. When we have a grid, and want to select a row in the grid, for some reason we cannot select it. We have sent click events and it appears that we're getting the right row (watir highlights the row in the browser), but our app code

[wtr-general] getting the css href links

2009-05-26 Thread TCBlues
Using watir, how can I get the href links of the CSS in my pages: link rel=stylesheet href=http://estaticos01.cache.el-mundo.net/elmundo/estilos/v4.x/v4.07/ comun.css type=text/css media=all / link rel=stylesheet href=http://estaticos02.cache.el-mundo.net/elmundo/estilos/v4.x/v4.07/ portada.css

[wtr-general] Re: how simulate click the calendar day?

2009-05-26 Thread Željko Filipin
On Tue, May 26, 2009 at 5:33 AM, lianglina_2...@sohu.com wrote: ie.select_list(:id,begdate).click ie.select_list(:id,calendaryear).select(2009) ie.select_list(:id,calendarmonth).select(06) My Watir script can not find this elements on the page that you have sent the link to. Are you sure you

[wtr-general] Watin issue - Watin.Core.Exceptions.ElementNotFoundException

2009-05-26 Thread potterosa
I don't know if anyone can help but I thought I would try! I have code that runs that gives me the error : Could not find a 'INPUT (text password textarea hidden) or TEXTAREA' tag containing attribute name with value (It's testing a website) It says it can't find a What reason could

[wtr-general] Re: How can I open message in gmail inbox.

2009-05-26 Thread tknv
Thanks quick reply. It is useless in Watir General ? It is too complex...I can not know how complex that will be. Do you know another solution ? Because the aim is just check mail body,any web mail account is ok for testing. And more over,when use web mail for testing,at 1st try to use Gmail

[wtr-general] Re: How can I open message in gmail inbox.

2009-05-26 Thread Felipe Knorr Kuhn
Did you try the basic (HTML) view as well? It should be much easier to parse and interact with Watir. FK 2009/5/26 tknv rreedd...@gmail.com: hi et,.al. I'd like to open gmail message for test sending password is collect or not. That's why need to open message to see message body. Then I

[wtr-general] Re: How can I compare the captured web pages

2009-05-26 Thread Michael Hwee
if first == second   puts same else   puts not the same end From: Durgesh Nadkarni fordurg...@yahoo.co.in To: watir-general@googlegroups.com Sent: Monday, May 25, 2009 3:12:39 AM Subject: [wtr-general] Re: How can I compare the captured web pages Hi Michael,

[wtr-general] Re: gmail tutorial example doesn't work

2009-05-26 Thread MatchBook
Zeljko, I'm a pretty quick study. Would you mind taking a quick look and seeing why the demo fails? It would be instructive to me and I think to entire group. Jeff On May 21, 5:09 pm, MatchBook jeffrey.fl...@gmail.com wrote: Hello, I was burnishing my watir skills and I noticed that this

[wtr-general] Re: How can I open message in gmail inbox.

2009-05-26 Thread Prajakta Jadhav
Is it okay if the account concerned is Outlook Web Access.. or you require only gmail or yahoo and such other mail accounts? I have implemented exactly same functionality taht you are seraching for.. but in OWA I can share it with you incase you can work with OWA On Tue, May 26, 2009 at 10:37 PM,

[wtr-general] Re: How can I open message in gmail inbox.

2009-05-26 Thread George
hi there: I could have sworn there was already a thread where someone posted the code to do this in Googlemight want to search. On May 25, 10:51 pm, tknv rreedd...@gmail.com wrote: hi et,.al. I'd like to open gmail message for test sending password is collect or not. That's why need to