I am using Selenium IDE and Selenium web driver testng in eclipse .. my testing is against ZK application ..
the test case works fine on Selenium IDE ..
Try to execute the script and click the element
driver.executeScript("arguments[0].click();", element)