[wtr-general] Re: Can you run Watir on an Ipad?
Thanks for the tips. I'll look into using an emulator and see what I can come up with. -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com http://groups.google.com/group/watir-general watir-general+unsubscr...@googlegroups.com
[wtr-general] Can you run Watir on an Ipad?
Is it possible to take existing Watir scripts that run on a webbrowser and have them run on an Ipad? I guess I'm wondering if you can install Ruby and the watir-webdriver gems on an Ipad. If anyone has successfully done this I'd love to hear about it. Thanks, Patrick -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com http://groups.google.com/group/watir-general watir-general+unsubscr...@googlegroups.com
[wtr-general] Re: button.Click_No_Wait only highlights the button, does not click
thanx for the response Bret. i will try and downgrade to ie6 and try the same patrick. On Dec 2, 12:23 am, Bret Pettichord <[EMAIL PROTECTED]> wrote: > This works for me, although I am using ie 6.0. I'm wondering if this is > broken with ie 7. Can any one else try this out? > > Bret > > > > patrickwrote: > > hi, > > > i am using the foll versions: > > > win xp sp2 > > ruby - 1.8.6 > > watir - 1.6.2 > > ie - 7.0 > > > my code is as follows: > > > irb > > require "watir" > > browser = Watir::IE.start('http://www.google.com') > > browser.text_field(:name, 'q').set('Watir') > > browser.button(:name, 'btnG').click_no_wait > > > however, the "Google Search" button is only highlighted. the button is > > not clicked and the subsequent page is not loaded. I know i can use > > click in this case, however the Click_no_wait is not working in any > > code on my pc. pls help. > > >patrick.- Hide quoted text - > > - Show quoted text - --~--~-~--~~~---~--~~ 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 the following guidelines: http://wiki.openqa.org/display/WTR/Support To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/watir-general -~--~~~~--~~--~--~---
[wtr-general] button.Click_No_Wait only highlights the button, does not click
hi, i am using the foll versions: win xp sp2 ruby - 1.8.6 watir - 1.6.2 ie - 7.0 my code is as follows: irb require "watir" browser = Watir::IE.start('http://www.google.com') browser.text_field(:name, 'q').set('Watir') browser.button(:name, 'btnG').click_no_wait however, the "Google Search" button is only highlighted. the button is not clicked and the subsequent page is not loaded. I know i can use click in this case, however the Click_no_wait is not working in any code on my pc. pls help. patrick. --~--~-~--~~~---~--~~ 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 the following guidelines: http://wiki.openqa.org/display/WTR/Support To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/watir-general -~--~~~~--~~--~--~---
[wtr-general] Re: how to check if column is present in atable or not ?
Probably something like this: if a.exists? #do stuff else #do stuff end On Nov 5, 11:53 pm, meaculpa <[EMAIL PROTECTED]> wrote: > hi all, > > I have a table with some coloumns in it...and i used to take value > from one of the column. and i assigned it to a variable..lets say > > a = ie.table(:class,'table1')[2][1].text > > some times this table [2][1] wont be present, in tht case i have to do > some other operations... > > so can u tell me how to check if [2][1] is present or not ? > > urgent help needed.. --~--~-~--~~~---~--~~ 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 the following guidelines: http://wiki.openqa.org/display/WTR/Support To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/watir-general -~--~~~~--~~--~--~---