Using selenium-2.44.tar.gz and chrome for automating test cases:Very strange my code works fine using Firefox 33 but fails using Google Chrome:
"WebDriverException: Message: u'unknown error: Element is not clickable at point(57, 161). Other element would receive the click: ...\n (Session info: chrome=42.0.2311.135 )\n (Driver info: chromedriver=2.9.248315,platform=Windows NT 6.1 SP1 x86_64)'" self.driver.find_element_by_xpath(".//[@id='searchMessagstoryBtn']").click()
any idea? shouldnt it work better with chrome one wonders since webdriver is Google code nowdays or am I wrong!!!