Class: Watir::Radio

Inherits:
Object
  • Object
show all
Defined in:
lib/kuality-coeus/gem_extensions.rb

Overview

Because of the unique way we set up radio buttons in Coeus, we can use this method in our radio button definitions.

Instance Method Summary collapse

Instance Method Details

#fit(answer) ⇒ Object



22
23
24
# File 'lib/kuality-coeus/gem_extensions.rb', line 22

def fit answer
  set unless answer==nil
end