set_force_full_page_screenshot method
Use this method to set whether or not Eyes does scrolling and stitching on pages whose size is greater than the viewport.
Syntax
configval = config.set_force_full_page_screenshot(force_full_page_screenshot)
config.force_full_page_screenshot = configval
configval = config.force_full_page_screenshot
Note that this feature is available as both a method and a property.
Parameters
- force_full_page_screenshot
- Type:bool
- If this paramter has a value of True, then Eyes will do scrolling and stitching if necessary. If False, then the result is browser dependent.
Return value
- Type: Configuration
-
The value returned is the object that called the method.
This allows you to use a fluent style to call the
setXXXX
methods of the Configuration class.