Values.TestGridSessionSourceA TestGridSession is a single instance of a browser launched from the URL provided by a call to CreateTestGridUrl.
type nonrec t = {arn : DeviceFarmArn.t option;The ARN of the session.
*)status : TestGridSessionStatus.t option;The state of the session.
*)created : DateTime.t option;The time that the session was started.
*)ended : DateTime.t option;The time the session ended.
*)billingMinutes : Double.t option;The number of billed minutes that were used for this session.
*)seleniumProperties : String_.t option;A JSON object of options and parameters passed to the Selenium WebDriver.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of Double.t
| `Enum of string
| `String of DeviceFarmArn.t
| `Timestamp of DateTime.t ])
list ]