TestResultContainer class
Platform: Selenium 3Language: C# SDK:
An object of this type represents the result of running a test. It bundles together the test results and an exception status.
Using statement
using Applitools;
Properties
- BrowserInfoType:RenderBrowserInfo
- Use this to get information on the Ultrafast Grid browser/device configuration for these test results.
- ExceptionType:Exception
- Returns an indication if the test failed with an exception.
- TestResultsType:TestResults
- Returns an object with the test results for this test.