[wtr-general] Re: Watir does not supply credentials to IE

2013-03-14 Thread Anthony Coley
:22:06 AM UTC-7, Željko Filipin wrote: On Wed, Mar 13, 2013 at 6:21 PM, Anthony Coley anthon...@gmail.comjavascript: wrote: Yes, I have the element, see attached element.jpg. It could be there eventually, but not when the script looks for it. Željko- Hide quoted text - - Show

[wtr-general] Re: Watir does not supply credentials to IE

2013-03-14 Thread Anthony Coley
: - :update_sources = true - :verbose = true - :backtrace = false - :bulk_threshold = 1000 - REMOTE SOURCES: - https://rubygems.org/ C:\Ruby193\bin On Mar 14, 7:34 am, Anthony Coley anthony.co...@gmail.com wrote: Hi, Thanks for your help! Here are my findings with your suggestions: C

[wtr-general] Re: Watir does not supply credentials to IE

2013-03-14 Thread Anthony Coley
Update: I guess require 'rubygems' = false, just means it's already loaded, so it's not the issuse. C:\Ruby193\bingem env RubyGems Environment: - RUBYGEMS VERSION: 2.0.3 - RUBY VERSION: 1.9.3 (2013-02-22 patchlevel 392) [i386-mingw32] - INSTALLATION DIRECTORY:

[wtr-general] Watir does not supply credentials to IE

2013-03-13 Thread Anthony Coley
Hi, I just got a new Windows 7 64bit workstation and I cannot get IE to supply credentials. IE loads, but stops once it hits: text_field(:name, usr).set(my_login) This worked on my previous workstation, but I have slightly newer software on the new workstation. ( see versions below )

[wtr-general] Supply login credentials problem

2013-03-13 Thread Anthony Coley
Hi, I just got a new Windows 7 64bit workstation and I cannot get IE to supply credentials. IE loads, but stops once it hits: text_field(:name, usr).set(login) This worked on my previous workstation, but I have slightly newer software on the new workstation. ( see versions below )

Re: [wtr-general] Watir does not supply credentials to IE

2013-03-13 Thread Anthony Coley
:/scripts/BOE/BOE_IE.rb:7:in `main' C:\Ruby193\bin Thanks for you help, AC On Wednesday, March 13, 2013 10:18:05 AM UTC-6, Željko Filipin wrote: On Wed, Mar 13, 2013 at 4:50 PM, Anthony Coley anthon...@gmail.comjavascript: wrote: IE loads, but stops once it hits: text_field(:name, usr).set