I've installed the latest version of Chrome driver which is 2.9 on a server on Ubuntu, with no display. I've setup everything else. When I run my python script, I get this:
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: unknown error: Runtime.executionContextCreated has invalid 'context': {"auxData":{"frameId":"3104.1","isDefault":true},"id":1,"name":"","origin":"://"}
(Session info: chrome=54.0.2840.71)
(Driver info: chromedriver=2.9.248304,platform=Linux 4.4.0-38-generic x86_64)
How to fix this?