On Wed, Jul 11, 2012 at 3:00 PM, Gajendra Jain <[email protected]> wrote: > Uncaught exception: Cannot perform native interaction: Could not load native events component.
Disable native events then: profile = Selenium::WebDriver::Firefox::Profile.new profile.native_events = false Watir::Browser.new :firefox, :profile => profile More info: http://watirwebdriver.com/firefox/ Željko -- 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]
