The information in this topic may be out of date. The current SDK reference guide has moved here.
getWaitBeforeScreenshots method
Returns the amount of time in milliseconds that Eyes will wait before capturing a screenshot.
When a large image is captured with multiple sub-images using scrolling and stitching, Eyes will wait the amount of time specified by this method before capturing each sub-image.
Syntax
let value = eyes.getWaitBeforeScreenshots();
Parameters
This method does not take any parameters.Return value
- Type: number
- The time Eyes waits before taking a screenshot, in milliseconds.