Run the script below.  The script runs without error.

But when you click the "Help" button manually, a new window or tab
(depending on FF settings) will open; but when clicking with
FireWatir, the new window does not open.

I would like to be able to click the link and then to attach to the
new window with FireWatir.

################################
require 'rubygems'
require 'firewatir'
require 'test/unit'
require 'firewatir/testUnitAddons'
include FireWatir

ff = FireWatir::Firefox.new()
ff.goto("http://www.socialtext.net/stoss/index.cgi?mcmahon_test";)
ff.link(:src,"/help/index.cgi?socialtext_documentation")
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to