On Friday, March 15, 2013 12:51:18 PM UTC-7, Jarmo Pertman wrote: > What about running these commands in IRB after you've navigated to your > site: > browser.exists? > browser.title > browser.url > browser.text_fields.size > browser.text_fields.map(&:name) > > Jarmo Pertman > ----- > IT does really matter - http://itreallymatters.net >
Excellent.. I was thinking much the same thing.. I wonder if there is a new window popped up and the old one closed, or a security context change that might mean the old browser object has gone away and we need to connect watir to a new browser window.. the results from those commands will tell us a lot! > > > On Thursday, March 14, 2013 4:00:42 PM UTC+2, Anthony Coley wrote: >> >> Update: I guess require 'rubygems' => false, just means it's already >> loaded, so it's not the issuse. >> >> C:\Ruby193\bin>gem env >> RubyGems Environment: >> - RUBYGEMS VERSION: 2.0.3 >> - RUBY VERSION: 1.9.3 (2013-02-22 patchlevel 392) [i386-mingw32] >> - INSTALLATION DIRECTORY: C:/Ruby193/lib/ruby/gems/1.9.1 >> - RUBY EXECUTABLE: C:/Ruby193/bin/ruby.exe >> - EXECUTABLE DIRECTORY: C:/Ruby193/bin >> - RUBYGEMS PLATFORMS: >> - ruby >> - x86-mingw32 >> - GEM PATHS: >> - C:/Ruby193/lib/ruby/gems/1.9.1 >> - F:/.gem/ruby/1.9.1 >> - GEM CONFIGURATION: >> - :update_sources => true >> - :verbose => true >> - :backtrace => false >> - :bulk_threshold => 1000 >> - REMOTE SOURCES: >> - https://rubygems.org/ >> >> >> C:\Ruby193\bin> >> >> >> -- -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected] --- You received this message because you are subscribed to the Google Groups "Watir General" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
