Hi all,

    Rencently I found that I will add some methods to Watir::Table class.So
i wrote some codes like following:

module Watir
  class Table
    def the_method_i_want_to_add
      #somthing
    end
  end
end

I saved these codes in a file and during the runtime i required this file.

But it does not work, some errors like 'undifined mehod autoit for Watir
module...' occured.

How can I add some methods to the Table class without modify the source
code? I just want to add the method during the runtime.

-- 
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]

Reply via email to