Native Events error trying to double-click element using watir-webdriver
问题 I am writting automatic test for GWT application. And I try to double click on table element. I am using this code fo click: browser.element(:xpath, '/html/body/div[5]/div[2]/div/div/div/div[2]/div/div/div/div/div/div/div/div[2]/div/div[2]/div/div/table/tbody[2]/tr[1]/td[1]/div').double_click When this command is executed I get error like: test_search(TC_article_example):Selenium::WebDriver::Error::InvalidElementStateError: Cannot perform native interaction: Could not load native events