The information in this topic may be out of date. The current SDK reference guide has moved here.
beforeRenderScreenshotHook method
Use this to supply a JavaScript snippet that should be executed on the Ultrafast Grid before the DOM is rendered.
Syntax
eyes.check(Target.window().beforeRenderScreenshotHook(hook))
Parameters
- hook
- Type:String
- A string with legal JavaScript code.
Return value
- Type: ICheckSettings