GebReporting* fails when the browser is not on a HTML page (e.g. XML file) #126
Comments
Originally posted by Luke Daley. Thanks for the report. We'll have to fix this in a more central way so we don't need to duplicate the logic in each test adapter. |
Originally posted by Marcin Erdmann. Fixed in geb/geb@50fb4e2 |
Resolved |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Originally created by Christoph Neuroth.
When writeGebReport() tries to generate a Screenshot, Firefox refuses to take one and Selenium throws a WebDriver Exception. Also, when it tries to save the source, it fails with a NoSuchElementException.
Workaround override writeGebReport in a class extending GebReportingTest like this:
(only tested with GebReportingTest, but will probably affect the others)
The text was updated successfully, but these errors were encountered: