The information in this topic may be out of date. The current SDK reference guide has moved here.
WithName method
Assigns a name to the checkpoint.
Syntax
eyes.Check(Target.Window().WithName(name))
Parameters
- name
- Type:string
- The name to be given to this check point.
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.
Remarks
You may only call this method once in a given chain.