[wtr-general] Issue with a PopUP and Click_No_Wait

2009-08-09 Thread Pallavi Sharma
Hi Need some urgent help: Go to link:https://www.kaplanprofessional.edu.au/smartforms/courseonline.asp 1. Click on New Student 2. Fill in Mandatory details 3. Click Next 4. Chose Financial Planning 5. Click Next 6. Chose first option in both select lists 7. Select radio button Distance

[wtr-general] Re: Watir on Ruby 1.9.1

2009-08-09 Thread Jari Bakken
On Fri, Aug 7, 2009 at 2:18 AM, Jari Bakkenjari.bak...@gmail.com wrote: At the moment you need my ruby191 branch from GitHub: http://github.com/jarib/watir/tree/ruby191 I'll make sure it get merged to master before the next release of Watir - if no one has any objections. I've pushed the 1.9

[wtr-general] Re: Issue with a PopUP and Click_No_Wait

2009-08-09 Thread Smruti Ranjan Kar
Hi Pallavi, That click_no_wait worked fine for me. Just check your Ruby version. (click_no_wait does not work with ruby186-27_rc2: known defect) I am using Ruby186-26_Watir1.6.2 On Sun, Aug 9, 2009 at 1:28 PM, Pallavi Sharma write2pall...@gmail.comwrote: Hi Need some urgent help: Go to

[wtr-general] Re: Issue with a PopUP and Click_No_Wait

2009-08-09 Thread Pallavi Sharma
I am using ruby 1.86 and watir 1.6.2 Can you please send me your script, somehow it keeps failing for me and i am not able to see the pop up. I would really appreciate a quick reply. Thanks for the quick reply.. On Sun, Aug 9, 2009 at 5:11 PM, Smruti Ranjan Kar smrutiranjan@gmail.com

[wtr-general] Re: Issue with a PopUP and Click_No_Wait

2009-08-09 Thread Dylan
which version of 1.86? :) I know its confusing, but 1.86 - 27 does not work with click_no_wait, while 1.86 - 26 does. You can download it here: http://rubyforge.org/frs/download.php/29263/ruby186-26.exe -Dylan On Aug 9, 10:20 am, Pallavi Sharma write2pall...@gmail.com wrote: I am using ruby

[wtr-general] Re: watirspec

2009-08-09 Thread Zhimin
Great Jari, Thanks for your work! Regards, Zhimin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post to this group, send email to watir-general@googlegroups.com Before posting, please read

[wtr-general] RDoc files on rubyforge need to be updated

2009-08-09 Thread Brandon
These docs are still at 1.5.6 and need to be updated... http://wtr.rubyforge.org/rdoc/ Please let me know if I can assist... Brandon --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post to

[wtr-general] Re: How to click the link in dynamically generated ajax content?

2009-08-09 Thread Raveendran P
Hi Durgesh, See the below example. 1. Uploading some imsges 2. In Runtime -- I will get some code in BOLDED Div's. I collected the info from that div and checked it. Still you are not clear then just copy and paste the Source code for that page. I will try more. CODE: def check_status

[wtr-general] Re: Issue with a PopUP and Click_No_Wait

2009-08-09 Thread Dheeraj Gambhir
Hi Pallavi, Following is the snippet for pop-up which is working fine for me: $ie.goto($test_site) $ie.text_field(:id, login_email).set(totestwa...@mailinator.com) $ie.button(:id, 'submit_btn').click_no_wait sleep 10 txt1 = $ie.clickprompt() #this clicks the ok button and returns

[wtr-general] Re: Issue with a PopUP and Click_No_Wait

2009-08-09 Thread Pallavi Sharma
Hi Dylan Version is: ruby 1.8.6 (2007-09-24 patchlevel 111) [i386-mswin32] I will download the ruby file you mentioned and check again. I hope it works for me... On Mon, Aug 10, 2009 at 12:05 AM, Dylan mej...@gmail.com wrote: which version of 1.86? :) I know its confusing, but 1.86 - 27