On Wed, Dec 28, 2011 at 4:21 PM, bryan rasmussen <[email protected]> wrote: > I really don't know what part of the code to post
Try this in IRB and let us know what happens (including error messages): require "watir-webdriver" browser = Watir::Browser.new :firefox browser.goto "google.com" > undefined method `url' for nil:NilClass (NoMethodError) Looks like you are calling "url" method on a variable that points to nil. Željko -- 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]
