|
We are using Watir with RubyFIT another developer wrote some
tests which use XPath and I’m trying get them running on my system. I have ruby 1.8.2 installed from ruby182-15.exe The version of watir which I started with was installed via
gem install watir Searching through the list’s archives it seemed that I
needed to get the current cvs version and run install.rb which I did. The good news is that our tests no longer complain about missing
XPath functions … the bad news is that I am seeing "The object invoked has disconnected from its
clients." I am able to reproduce the same thing when running the xpath_tests.rb
found in unitTests However if I run the xpath tests one by one I don’t
see the error. Anyone know what is the difference here? These work: buttons_xpath_test.rb checkbox_xpath_test.rb div_xpath_test.rb filefield_xpath_test.rb form_xpath_test.rb images_xpath_test.rb links_xpath_test.rb radios_xpath_test.rb selectbox_xpath_test.rb tableCell_using_xpath_test.rb table_xpath_test.rb textAreafields_xpath_test.rb textfields_xpath_test.rb -Linda |
_______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
