I have a Geb script visiting http://google.com
and printing the title which works perfectly fine with "normal"/headed Google Chrome and its driver (the Windows 32-bit version 2.35). When I set the ChromeOptions.headless
field to true
, however, the test will kind of freeze. Getting to the page is extremely slow and after the driver is done navigating to the page, the script crashes with the message that the Navigator is empty. So something is obviously going wrong here. I am using Geb 2.1
with the selenium-support-2.52.0
-jar.
Do you guys know what is going on?
Best regards