[ 
http://jira.openqa.org/browse/WTR-428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Charley Baker closed WTR-428.
-----------------------------


> Firefox URL string is always blank
> ----------------------------------
>
>                 Key: WTR-428
>                 URL: http://jira.openqa.org/browse/WTR-428
>             Project: Watir
>          Issue Type: Bug
>          Components: FireWatir
>    Affects Versions: 1.6.5
>         Environment: Watir 1.6.5
> Ruby 1.8.6-p111
> Gem 1.3.6
> Windows 7
> Firefox 3.6
>            Reporter: Mark Faust
>            Priority: Major
>             Fix For: Next
>
>
> I just installed Watir on a Windows 7 server.  Noticed that when using the 
> Firefox browser that the URL string is always blank.  The problem seems 
> confined to this one method, as title returns a correct value for any open 
> window.  An example irb session follows...
> irb(main):014:0> ff.goto "http://yahoo.com";
> => #<FireWatir::Firefox:0xfa7d8e8 url="" title="Yahoo!">
> irb(main):015:0> ff.url
> => ""
> irb(main):016:0> ff.goto "http://www.google.com";
> => #<FireWatir::Firefox:0xfa7d8e8 url="" title="Google">
> irb(main):017:0> ff.url
> => ""
> irb(main):018:0> ff.goto "http://www.mlb.com";
> => #<FireWatir::Firefox:0xfa7d8e8 url="" title="The Official Site of Major 
> League Baseball | MLB.com: Homepage">
> irb(main):019:0> ff.url
> => ""
> irb(main):020:0>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.openqa.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
Wtr-development mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-development

Reply via email to