sendDom property
Enable or disable sending DOM for this checkpoint.
This method overides the global setting of sending/not sending DOM for this checkpoint. The global setting is set using setSendDom.
Syntax
eyes.check({ sendDom: value });
Type:boolean
If a vlaue of true is passed then send DOM information for this checkpoint even if sending DOM is disabled globally.