Class TestGridSession

    • Method Detail

      • arn

        public final String arn()

        The ARN of the session.

        Returns:
        The ARN of the session.
      • created

        public final Instant created()

        The time that the session was started.

        Returns:
        The time that the session was started.
      • ended

        public final Instant ended()

        The time the session ended.

        Returns:
        The time the session ended.
      • billingMinutes

        public final Double billingMinutes()

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

        Returns:
        The number of billed minutes that were used for this session.
      • seleniumProperties

        public final String seleniumProperties()

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

        Returns:
        A JSON object of options and parameters passed to the Selenium WebDriver.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)