Module: classicGeneral

Represents a page object containing "general" operations that can be performed on any Jenkins Classic page.

Methods


<inner> navigateToRun(pageUrl)

Navigate to a page.

Parameters:
Name Type Description
pageUrl string

Relative page URL (relative to nightwatch launchUrl).

Returns:

self - nightwatch page object

Type
Object