getHideCaret method
Use this method to retrieve whether Eyes hides the cursor before the screenshot is captured or not.
Syntax
let configval = config.getHideCaret();
config.hideCaret = configval;
configval = config.hideCaret;
Note that this feature is available as both a method and a property.
Parameters
This method does not take any parameters.Return value
- Type: boolean