Re: [Wtr-general] Rarely, watir does not wait till the browser gets loaded fully

2007-03-28 Thread Hrishikesh Jamadagni
Try Sleep -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of vijay Sent: Wednesday, March 28, 2007 1:58 PM To: wtr-general@rubyforge.org Subject: [Wtr-general] Rarely,watir does not wait till the browser gets loaded fully Hello people, Rarely, Watir

[Wtr-general] Browsers url

2005-12-24 Thread Hrishikesh Jamadagni
Does any body has a idea how to check browsers url using watir, Is the syntax assert_equal url(:show, ' http://www.google.co.in/ '), ie.url correct?? Regards hrishi ___ Wtr-general mailing list Wtr-general@rubyforge.org

[Wtr-general] Line no

2005-12-24 Thread Hrishikesh Jamadagni
Does anybody know weather watir have specific function to go to a specific line no in the program. Regards hrishi ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] javascript popup

2005-12-18 Thread Hrishikesh Jamadagni
Using WET the pop-up's and alerts can effectively clicked, Go to the object reference/modal dialog on the WET website Regards hrishi -Original Message- From: Tolou Taherinia [mailto:[EMAIL PROTECTED] On Behalf Of Tolou Taherinia Sent: Sunday, December 18, 2005

[Wtr-general] url checking

2005-12-11 Thread Hrishikesh Jamadagni
Does any body has a idea how to check browsers url using watir, Is the syntax assert_equal url(:show, ' http://www.google.co.in/ '), ie.url correct?? Regards hrishi ___ Wtr-general mailing list

Re: [Wtr-general] wait

2005-12-06 Thread Hrishikesh Jamadagni
the _javascript_ popup like this: startClicker(OK , 3) $ie.button(Submit).click: That is all there is and it works pretty much every time. Hope this helps, --Mark From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hrishikesh Jamadagni Sent: Sunday, December 04, 2005 10

Re: [Wtr-general] wait

2005-12-04 Thread Hrishikesh Jamadagni
Hi Well I am stuck with one issue I click a submit button which brings up a _javascript_ popup with the title Microsoft Internet Explorer and with the text Zip code should be 5 digit?. The popup has one button: Ok. This is what i have at the top of my script require

[Wtr-general] Data parameterization

2005-11-27 Thread Hrishikesh Jamadagni
Hi Can we parameterize data using watir ? want information on the file formats from which watir can access data , Can we obtain a set of data from a excel sheet and fill forms using watir? Regards hrishi ___ Wtr-general

Re: [Wtr-general] if else syntax question

2005-11-25 Thread Hrishikesh Jamadagni
Hi want to click a link in a popup, If I catch the popup in cache and open it , it show a .css file How do I click a link contained in css file?? hrishij -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vishal Chavan Sent: Friday,

Re: [Wtr-general] How to check maxlength validation for a textfieldusing watir?

2005-11-24 Thread Hrishikesh Jamadagni
Hi Let me know if this is the correct medium to ask doubts, I have a problem , I want to click a button a jpg image , ie.button(:name, pc_banner1).click the given syntax is giving errors, cannot find the value or name of the button in view scource/html code how do I click