[wtr-general] Script or Application being Tested gets stuck

2010-07-09 Thread asheesh misra
t options, i.e. as CSV, as PDF and as HTML are displayed but on clicking the " Export" button, status message is displayed "Error on Page". The javascript error message too does not give any relevant information. If someone has ever encountered such a problem or of a similar na

Re: [wtr-general] Re: Save Download Box behaves differently on IE 6 and IE 7

2010-07-02 Thread asheesh misra
ually verified that the titles of each those windows are > exactly the > same when opened via IE6 and IE7? > > If they are not identical then you can either add if/then statements, > or perhaps use > regular expressions to identify the windows in a manner that matches >

[wtr-general] Save Download Box behaves differently on IE 6 and IE 7

2010-07-01 Thread asheesh misra
Hi All, I am newbie in Ruby/ WATIR and am struggling for the past 4 days with a slightly uncommon problem. The application I am trying to automate has a feature of exporting the data table in .csv format. I use following function to save that exported .csv file: def SaveFileCorrectOne(filepath)

[wtr-general] Script gets stuck, waiting for the page to load fully.

2009-06-15 Thread asheesh misra
your perusal. I will be grateful for a timely and genuine solution or guidance. Regards, Asheesh #-# # # Assignment : To login, access mail and delete the junk mail. # Creator : Asheesh

[wtr-general] Re: Cannot access New Browser window generated through Javascript code executed on Click of a Button.

2009-01-11 Thread asheesh misra
an practice in the ie2 > > Thanks. > Wesley Chen. > > > > On Fri, Jan 9, 2009 at 10:15 PM, wesley chen wrote: > >> Would you please provide all your code? I think your code is not good >> enough. >> And I don't know what you ask me in this issue. >> >&g

[wtr-general] Re: Cannot access New Browser window generated through Javascript code executed on Click of a Button.

2009-01-09 Thread asheesh misra
h(:hwnd, hwnd) > else > return nil > end > end > > if (ie2=new_window) > ie2.button( ).click > end > > Thanks. > Wesley Chen. > > > On Fri, Jan 9, 2009 at 2:42 PM, asheesh misra wrote: > >> ipt code opens a new brow

[wtr-general] Cannot access New Browser window generated through Javascript code executed on Click of a Button.

2009-01-08 Thread asheesh misra
Hi All, I am trying to write a WATIR script to automate data filling in a web page. On this webpage, I have a button, for which, on being clicked, some javascript code is called. This javascript code opens a new browser window (without any menubar, tool bar and address bar). I am unable to access