[wtr-general] Need help on installing Rails

2008-11-10 Thread pramod D
Hi All, My application runs only on IE and uses lots of modal window for this reason i have installed Ruby 1.8.2, and now i am trying to install Rails 1.2.3, but throws error and it is expecting Ruby 1.8.5 . Can any body tell me what version of Rails i need to install . Its very urgent kindly

[wtr-general] Help needed

2008-11-14 Thread pramod D
Hi All, 1.Is there any UI available to run Watir scripts, what i mean is if a script contains many test cases and i want to run only a specific set of Test cases how can i do that. User should be able to select a particular test case and just click Run button some thing like this. 2.Our

[wtr-general] Re: button.Click_No_Wait only highlights the button, does not click

2008-12-11 Thread pramod D
Hi Michael, Initially i also faced same problem when i use Click_no_wait control was going but never clicked it, To come around this initially i opened the IE (IE7)with blank page and then, i will attach the browser at the start of the script and continue to execute my script as usual and worked

[wtr-general] Re: button.Click_No_Wait only highlights the button, does not click

2008-12-12 Thread pramod D
The click_no_wait still cannot run. Is the code right? On Dec 12, 9:58 am, larryni...@gmail.com larryni...@gmail.com wrote: Pramod, could you show us an example of your code? On Dec 11, 11:01 pm, pramod D petkar.pra...@gmail.com wrote: Hi Michael, Initially i also