HI:
     I record the test  ,WatirRecorder++  has generator code as below:
require 'watir'
include Watir
require 'test/unit'
class TC_recorded < Test::Unit::TestCase
    def test_recorded
        ie = IE.new
    ie.goto('http://youa.baidu.com/')
    ie.link(:url, 'http://youa.baidu.com/my/').click        #  here will
open a new page ,then I do some thing on new page but WatirRecorder++  can't
record this


    end
end


   Please help me how to resolve this problem

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to