setSendDom method
Use this method to set if DOM information should be sent for checkpoints.
The availability of the DOM is necessary for advanced server analysis, for example the RCA feature. See Root cause analysis for more information.
Syntax
eyes.setSendDom(sendDom);
Parameters
- sendDom
- Type:boolean
- A value of true means that DOM information will be sent. A value of false means that DOM information will not be sent.
Return value
- Type: void
Remarks
Sending DOM information is enabed by default, so use this method only if you have to disable it.