Thanks - I noticed the Radio class is in input_elements.rb and tried
the structure you suggested before my original post:
module Watir
class Radio < RadioCheckCommon
def myMethod
puts "this is my method"
end
end
end
But this just generates another error:
uninitialized constant Watir::RadioCheckCommon (NameError)
And the script can't be executed at all then...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Watir General" group.
To post to this group, send email to [email protected]
Before posting, please read the following guidelines:
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---