Re: [wtr-general] getElementsByTagName

2010-04-23 Thread mrunal
Hi Try this Browser.show_images Regards, Mrunal Paul Rogers wrote: browser.images.each do |img| puts img.alt end should do it I think On Thu, Apr 22, 2010 at 9:25 AM, thestumonkey thestumon...@gmail.com mailto:thestumon...@gmail.com wrote: I am using getElementsByTagName in

[wtr-general] Re: Any Known Issues with FireWatir 1.6.5

2010-04-23 Thread Betsy
I have tried out all the 9 Solutions provided for JS Popups with FireWatir from the below link:- http://wiki.openqa.org/display/WTR/JavaScript+Pop+Ups The Results are as below:- 1 WinClicker Uses Winclicker to click- for IE only 2 Autoit Uses Enter key only 3 WinClicker Uses .enabled_popup - not

Re: [wtr-general] Re: Any Known Issues with FireWatir 1.6.5

2010-04-23 Thread Željko Filipin
On Fri, Apr 23, 2010 at 9:29 AM, Betsy joybe...@gmail.com wrote: Is there a generic method of handling the JS popups for both IE and Firefox??? As far as I know, no. are we expecting a solution any time soon in the future releases? As far as I know, no. Željko -- watir.com - community

[wtr-general] Re: Any Known Issues with FireWatir 1.6.5

2010-04-23 Thread Betsy
Thanks a lot for the info... :) -Betsy Joy On Apr 23, 12:44 pm, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Fri, Apr 23, 2010 at 9:29 AM, Betsy joybe...@gmail.com wrote: Is there a generic method of handling the JS popups for both IE and Firefox??? As far as I know, no. are

Re: [wtr-general] Re: Any Known Issues with FireWatir 1.6.5

2010-04-23 Thread Željko Filipin
On Fri, Apr 23, 2010 at 9:50 AM, Betsy joybe...@gmail.com wrote: Thanks a lot for the info... :) Sorry for the bad news, but I wanted to let you know. :) Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message

[wtr-general] Gem:Load Error

2010-04-23 Thread Chandu80
Hi All, I am trying to run a code from the following path in my machine C:\Lmg_test\ruby\22.04.2010\driveragent_table_info21.rb I get the following error c:/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:777:in `report_activate_error': Could not find RubyGem gemcutter (= 0.2.1) (Gem::LoadError)

Re: [wtr-general] Gem:Load Error

2010-04-23 Thread Željko Filipin
On Fri, Apr 23, 2010 at 11:24 AM, Chandu80 chandu.she...@gmail.com wrote: `report_activate_error': Could not find RubyGem gemcutter (= 0.2.1) (Gem::LoadError) Please let us know what this returns: ruby -v gem -v Also let me know where do I get the RubyGem gemcutter from.

[wtr-general] Unable to install ruby-debug-ide

2010-04-23 Thread Chandu80
Hi All, When I try to install the gem ruby-debug-ide using the command gem install ruby-debug-ide I get the following error. ERROR: http://rubygems.org/ does not appear to be a repository ERROR: could not find gem rubygems-update locally or in a repository Considering the fact that the gem

[wtr-general] Re: Gem:Load Error

2010-04-23 Thread Chandu80
Hi Zeljko, ruby -v returns ruby 1.8.6 (2007-09-24 patchlevel 111) [i386-mswin32] gem -v returns 1.3.6 Thanks Chandrika On Apr 23, 2:30 pm, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Fri, Apr 23, 2010 at 11:24 AM, Chandu80 chandu.she...@gmail.com wrote: `report_activate_error':

Re: [wtr-general] Unable to install ruby-debug-ide

2010-04-23 Thread Željko Filipin
On Fri, Apr 23, 2010 at 12:22 PM, Chandu80 chandu.she...@gmail.com wrote: ERROR: http://rubygems.org/ does not appear to be a repository ERROR: could not find gem rubygems-update locally or in a repository I would suggest that you post this to http://groups.google.com/group/gemcutter too.

[wtr-general] Watir Attach and Find Methods

2010-04-23 Thread Zach Hayes
Windows 7 Internet Explorer 8 Ruby 1.8.6 Watir 1.6.5 The attach and find methods CANNOT find an IE instance that was opened via clicking a link from another instance of IE started using “Run as Administrator” or from a Run as Administrator command prompt run water script. Here’s a simple script

Re: [wtr-general] Watir Attach and Find Methods

2010-04-23 Thread Ethan
Run the ruby process as administrator. You can do this by launching the parent cmd window as administrator, or, if you're using a shortcut, modifying the shortcut to launch the process as administrator. On Fri, Apr 23, 2010 at 12:07, Zach Hayes csmath...@gmail.com wrote: Windows 7 Internet

Re: [wtr-general] Possible issue with Watir method check_for_http_error and IE8

2010-04-23 Thread Charley Baker
That's definitely true, this method has generally only been used with page_checker. We don't have tests for it, and no one on the current core team is using it. It's definitely a good piece for cleanup, if you're willing to take it on and submit a github pull request, please do. Otherwise, you can