Chromedriver seems to be missing the element it is supposed to click:
driver.findElement(By.cssSelector("html body div#colorbox div#cboxWrapper div div#cboxContent div#cboxClose")).click();
executing this line throws "WebDriverException: Element is not clickable at point(xxxxx) Other element would receive a click." I tried xpath, id, cssSelector locators - every throws the same exception