From mdeiters at msn.com Fri May 25 15:41:32 2007 From: mdeiters at msn.com (Matt Deiters) Date: Fri, 25 May 2007 14:41:32 -0500 Subject: [SafariWatir-general] file_field in safariwatir Message-ID: Is there any plans to support the file_field to test uploading files to a site in safariWatir? Anyone have suggestions on how to handle pages that require uploading a document? Thanks Matt From dave at obtiva.com Fri May 25 16:25:16 2007 From: dave at obtiva.com (Dave Hoover) Date: Fri, 25 May 2007 15:25:16 -0500 Subject: [SafariWatir-general] file_field in safariwatir In-Reply-To: References: Message-ID: <11c8704e0705251325j1714491bjc1dba939b1246e64@mail.gmail.com> On 5/25/07, Matt Deiters wrote: > Is there any plans to support the file_field to test uploading files to a > site in safariWatir? Anyone have suggestions on how to handle pages that > require uploading a document? I don't have any immediate plans for SafariWatir. In the short-term, I will have no bandwidth for any projects outside of Obtiva. But I am working toward getting us back to a point where we have enough slack time to contribute to SafariWatir and other open source projects. We're experiencing a period of rapid growth, which requires me to become more internally focused on mentoring and guiding our new people. --Dave From bsiggelkow at mac.com Fri May 25 17:32:30 2007 From: bsiggelkow at mac.com (Bill Siggelkow) Date: Fri, 25 May 2007 17:32:30 -0400 Subject: [SafariWatir-general] AJAX testing Message-ID: Does Safari Watir support AJAX testing? I am attempting to test an AJAX behavior where a selection from the first drop-down updates the options in the second drop-down. Googling led me to use of the wait_until but this does not appear to be supported by SafariWatir. I tried to do something like the following, but the two commented out lines resulted in parse errors. @browser.select_list(:name, 'company').select("Elders \'R\' Us") #@browser.select_list(:name, 'company').fire_event('onchange') #wait_until @browser.select_list(:name, 'facility') @browser.button(:value, 'Continue').click Bill Siggelkow -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/safariwatir-general/attachments/20070525/68dd06bb/attachment.html