TestGridSessionAction class

An action taken by a TestGridSession browser instance.

Constructors

TestGridSessionAction({String? action, int? duration, String? requestMethod, DateTime? started, String? statusCode})
TestGridSessionAction.fromJson(Map<String, dynamic> json)
factory

Properties

action String?
The action taken by the session.
final
duration int?
The time, in milliseconds, that the action took to complete in the browser.
final
hashCode int
The hash code for this object.
no setterinherited
requestMethod String?
HTTP method that the browser used to make the request.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
started DateTime?
The time that the session invoked the action.
final
statusCode String?
HTTP status code returned to the browser when the action was taken.
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