is there a workaround for this?
org.openqa.selenium.JavascriptException: Error: Permission denied to access property "document"
I am using selenium remotewebdriver 3.0.1 with geckodriver v0.11.1 and firefox esr 45.6.0 on linux.
geb/groovy test fails.
I also tried selenium remotewebdriver 3.0.1 with geckodriver v0.14.0 and firefox 51.0.1 and 52.0.2, geb test just crashes.
any idea or hint for the optimal/working configuration?
which version of selenium remotedriver works with which geckodriver and firefox version and on which OS?
until now only chrome works, IE and firefox don't.
thanks for any help!