Module: computer

Represents the configuration page of executors in classic jenkins

Example

const configure = browser.page.computer().navigate();

Methods


<inner> setNumber(newNumber)

Configure the number of executors we want to assign the node

Parameters:
Name Type Description
newNumber Number

how many executors we want to assign the node

Example
configure.setNumber(2);