[wtr-general] Cinfiguring Fitnesse with ruby slim

2009-09-29 Thread Rinku Garg
Hi Everybody, I want to configure Rubyslim with fitnesse. Can anybody tell me the steps how to do that. I simple small example will be really appreciated. Regards Rinku Garg --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[wtr-general] Re: How to check the load time of an page?

2009-07-09 Thread Rinku Garg
Hi Soori, Try the followig code... after $ie.goto('http://localhost/') loadtime =$ie.down_load_time.to_s puts loadtime Regards Rinku Garg On Jul 6, 11:54 am, Soori wrote: > Hi All, > > I would like to monitor the load time of an web page once in a 15 mins > for 2hrs,

[wtr-general] Re: How to handle popups in fireWatir

2009-07-08 Thread Rinku Garg
#x27;, "This is the text in the popup") @ff.button(:name,"submit").click Waiting for a positive reply from your side... Regards Rinku Garg On Jul 8, 11:20 am, Angrez Singh wrote: > Can you post the HTML code as well? > > > > On Wed, Jul 8, 2009 a

[wtr-general] Re: How to handle popups in fireWatir

2009-07-07 Thread Rinku Garg
Hi Angrej, I had tried with following code: browser.startClicker("ok", 1, '', "This is the text in the popup") browser.button(:name,"submit").click But this code is not working in firefox... Please suggest. Waiting for your reply... Regards Rinku Garg

[wtr-general] Re: How to handle popup alerts in fireox

2009-07-07 Thread Rinku Garg
I mean this code is not working in firefox... Regards Rinku Garg On Jul 7, 4:22 pm, rinku wrote: > Hi Angrej, > > Thanks a lot for your prompt reply. I had tried with following code > >        browser.startClicker("ok", 1, '', "This is the text in the