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.
Import statement
@import EyesXCUI
batch property
Syntax
Call syntax
NSString* urls = sessionurl.batch
Declaration
(readonly, nonatomic) NSString *batch
Type: NSString*
session property
Syntax
Call syntax
NSString* urls = sessionurl.session
Declaration
(readonly, nonatomic) NSString *session
Type: NSString*