This is the error I get when I try to access a hidden textfield in the webpage. I am navigating through the page using
irb(main):184:0> browser.text_fields[1].set "Hey man"
WIN32OLERuntimeError: (in OLE method 'focus': )
OLE error code:800A083E in htmlfile
Can't move focus to the control because it is invisible, not enabled, or of a type that does not accept the focus.
HRESULT error code:0x80020009
Exception occurred.
from C:/Ruby193/lib/ruby/gems/1.9.1/gems/watir-classic-3.0.0/lib/watir-classic/input_elements.rb:294:in 'method_missing'
from C:/Ruby193/lib/ruby/gems/1.9.1/gems/watir-classic-3.0.0/lib/watir-classic/input_elements.rb:294:in 'set'
from (irb):184
from C:/Ruby193/bin/irb:12:in 'main>'
Thanks in advance!!!