The information in this topic may be out of date. The current SDK reference guide has moved here.

getStartedAt method

Class: TestResultsPlatform: Selenium 4Language: JavaScript SDK:

Use this method to retrieve the date and time the test started.

Syntax

let value = result.getStartedAt();
value = result.startedAt;

Note that this feature is available as both a method and a property.

Parameters

This method does not take any parameters.

Return value

Type: Date
In ISO 8601 format. For example, '2018-07-31T08:06:41.3932844+00:00'.