这是我尝试访问网页中的隐藏文本字段时遇到的错误。我正在使用页面导航
irb(main):184:0> browser.text_fields[1].set "嘿,伙计"
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>'
提前致谢!!!