TestGridSession class

A TestGridSession is a single instance of a browser launched from the URL provided by a call to CreateTestGridUrl.

Constructors

TestGridSession({String? arn, double? billingMinutes, DateTime? created, DateTime? ended, String? seleniumProperties, TestGridSessionStatus? status})
TestGridSession.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The ARN of the session.
final
billingMinutes double?
The number of billed minutes that were used for this session.
final
created DateTime?
The time that the session was started.
final
ended DateTime?
The time the session ended.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seleniumProperties String?
A JSON object of options and parameters passed to the Selenium WebDriver.
final
status TestGridSessionStatus?
The state of the session.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited