From joseph.adams at gmail.com Mon Oct 1 16:48:14 2007 From: joseph.adams at gmail.com (Joseph Adams) Date: Mon, 1 Oct 2007 21:48:14 +0100 Subject: [SafariWatir-general] installing safariwatir Message-ID: <31aa72560710011348n3dce3480u1d8510def62762f@mail.gmail.com> Hi all, I have installed ruby (using the one click installer from apple, which contains gems, etc) and have downloaded your latest safariwatir gem, however, when I try to install I get Error installing safariwatir-0.2.5.gem.tar safariwatir requires rb-appscript > 0.0.0 so I installed rb-appscript (and rebooted) and still getting this error. Anyone anyideas? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/safariwatir-general/attachments/20071001/6f3b3c41/attachment.html From dave at obtiva.com Mon Oct 1 18:50:37 2007 From: dave at obtiva.com (Dave Hoover) Date: Mon, 1 Oct 2007 17:50:37 -0500 Subject: [SafariWatir-general] installing safariwatir In-Reply-To: <31aa72560710011348n3dce3480u1d8510def62762f@mail.gmail.com> References: <31aa72560710011348n3dce3480u1d8510def62762f@mail.gmail.com> Message-ID: <11c8704e0710011550k6e2b341fibcbc3818c511b406@mail.gmail.com> First, uninstall all versions of safariwatir and rb-appscript. sudo gem uninstall safariwatir sudo gem uninstall rb-appscript Then install safariwatir with dependencies sudo gem install safariwatir -y That works for me. On 10/1/07, Joseph Adams wrote: > Hi all, > > I have installed ruby (using the one click installer from apple, which > contains gems, etc) and have downloaded your latest safariwatir gem, > however, when I try to install I get > > Error installing safariwatir-0.2.5.gem.tar > safariwatir requires rb-appscript > 0.0.0 > > so I installed rb-appscript (and rebooted) and still getting this error. > > Anyone anyideas? > _______________________________________________ > SafariWatir-general mailing list > SafariWatir-general at rubyforge.org > http://rubyforge.org/mailman/listinfo/safariwatir-general > From jake.howerton at gmail.com Mon Oct 15 01:02:09 2007 From: jake.howerton at gmail.com (Jake Howerton) Date: Mon, 15 Oct 2007 01:02:09 -0400 Subject: [SafariWatir-general] Link Clicking does not work when selecting by element id Message-ID: <218a05e40710142202y54d78dbfr54eaa6bd3a0cf7c5@mail.gmail.com> @browser.link(:id, 'my_id').click does not work Is there a reasone that Link#click does not use AppleScripter#click_element ? click_element functions as expected but, click_link comes in from another direction and rescans the document in a manner that ignores the id selector. Thanks, Jake