SessionUrls class
An object of this class is returned as part of the information in the TestResults class. This class provides URIs that can be used in a browser to display the Test Manager batch and test results for this test.
Using statement
using Applitools;
Batch property
Syntax
string urls = sessionurl.Batch;
Type: string
Session property
Syntax
string urls = sessionurl.Session;
Type: string