SendDom method
Enable or disable sending DOM for this checkpoint.
This method overides the global setting of sending/not sending DOM for this checkpoint.
Syntax
eyes.Check(Target.Window().SendDom(sendDom))
eyes.Check(Target.Window().SendDom())
Parameters
- sendDom
- Type:bool [Optional : default = true ]
- If a vlaue of true is passed then send DOM information for this checkpoint even if sending DOM is disabled globally.
Return value
- Type: ICheckSettings
- The value returned is the object that called the method. You can use it to call other methods supported by the object class.