Hi,
Sorry if it's more of a selenium question... or a webdriver question... I
don't know in which direction I should be looking..
I had to upgrade the selenium-firefox-driver version and move to gecko
driver to make geb work with the current firefox version on windows 10.
It's not doing full page screenshots anymore.
How can I get them back ?
Current settings :
driver = {
System.setProperty("webdriver.gecko.driver", new
File("C:/install/geckodriver.exe").getAbsolutePath())
DesiredCapabilities capabilities = DesiredCapabilities.firefox()
capabilities.setCapability("marionette", true)
WebDriver driver = new FirefoxDriver(capabilities)
}
--
You received this message because you are subscribed to the Google Groups "Geb
User Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/geb-user/69d4e581-e671-4774-81e6-4f2f3f55b183%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.