Hi, I am working on an Automation project using WATIR. I am getting an error while locating an element to be clicked while automation. Error -> C:/Ruby186/lib/ruby/gems/1.8/gems/firewatir-1.6.5/lib/ firewatir/element.rb:907:in `assert_exists': Unable to locate element, using :alt, "Open SDP file" (Watir::Exception::UnknownObjectException) for the command - > ie.image(:alt, 'Open SDP file').click A "puts" for that element returns false based on the alt, title or any other item that appears under that fieldset.
I tried other possible way and encountered another error C:/Ruby186/lib/ruby/gems/1.8/gems/firewatir-1.6.5/lib/firewatir/ element.rb:907:i n `assert_exists': Unable to locate element, using :jssh_name (Watir::Exception: :UnknownObjectException) Can the jssh error be resolved ? although I have installed .jssh for firefox3.6.13 n using firebug to trace the element. I am using firewatir (1.6.5) fxruby (1.6.20 x86-mingw32, 1.2.6 mswin32) Please Help, Thanks! -- 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]
