TestGridSession

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The ARN of the session.

Link copied to clipboard

The number of billed minutes that were used for this session.

Link copied to clipboard

The time that the session was started.

Link copied to clipboard

The time the session ended.

Link copied to clipboard

A JSON object of options and parameters passed to the Selenium WebDriver.

Link copied to clipboard

The state of the session.

Functions

Link copied to clipboard
inline fun copy(block: TestGridSession.Builder.() -> Unit = {}): TestGridSession
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String