send_dom method
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 send_dom.
Syntax
eyes.Check(Target.window().send_dom(senddom))
eyes.Check(Target.window().send_dom())
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: Self
- The value returned is the object that called the method. You can use it to call other methods supported by the object class.