Skip to main content

AppUrls class

An object of this class is contained in the StepInfo object, which is in itself an object in the TestResults object returned by the close method.The properties in this class are used to retrieve a URI that can be used in a browser to open the Test Manager on a page that displays information about a particular step.

getStep method

Syntax

let value = appurls.getStep();
value = appurls.step;

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

Parameters

This method does not take any parameters.

Return value

Type: string

getStepEditor method

Syntax

let value = appurls.getStepEditor();
value = appurls.stepEditor;

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

Parameters

This method does not take any parameters.

Return value

Type: string