getHideScrollbars method
Use this method to retrieve whether Eyes hides the scrollbars before capturing screenshots or not.
This is useful for eliminating false mismatches that are due to differences in the scrollbar position when the checkpoint is captured.
Syntax
boolean configval = config.getHideScrollbars();
Parameters
This method does not take any parameters.Return value
- Type: boolean