i would like to take a screenshot of a page that does not contain html but xml.
org.openqa.selenium.WebDriverException: Could not take screenshot of current page - TypeError: document.body is null
Build info: version: '2.17.0', revision: '15540', time: '2012-01-16 16:51:46'
System info:
os.name: 'Windows XP', os.arch: 'x86', os.version: '5.1', java.version: '1.6.0_27'
Driver info: driver.version: unknown
Command duration or timeout: 30.11 seconds
Build info: version: '2.17.0', revision: '15546', time: '2012-01-16 17:11:34'
System info:
os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.6.0_26'
Driver info: driver.version: TestBase$ScreenShotRemoteWebDriver
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:147)
at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:113)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:439)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:443)
at portalservices.base.TestBase$ScreenShotRemoteWebDriver.getScreenshotAs(TestBase.java:101)
at portalservices.utilities.PortalHelper.FindOrScreenshot(PortalHelper.java:95)
at portalservices.homepage.PlayerActions.Login(PlayerActions.java:325)
at portalservices.homepage.LoginTests.test_login(LoginTests.java:24)
Caused by: org.openqa.selenium.remote.ErrorHandler$UnknownServerException: Could not take screenshot of current page - TypeError: document.body is null
Build info: version: '2.17.0', revision: '15540', time: '2012-01-16 16:51:46'
System info:
os.name: 'Windows XP', os.arch: 'x86', os.version: '5.1', java.version: '1.6.0_27'
Driver info: driver.version: unknown
Build info: version: '2.17.0', revision: '15546', time: '2012-01-16 17:11:34'
System info:
os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.6.0_26'
Driver info: driver.version: unknown