SetTitle method
Sets the title of the page (simulates the effect of the HTML <title> tag).
This information is stored with other test metadata in the Eyes server, but does not otherwise affect the visual verification of the page.
Syntax
eyes.SetTitle(title);
Parameters
- title
- Type:string
- The text of the title.
Return value
- Type: void