Module: page_objects

This folder contains Nightwatch page objects.

We are using in commands many times the following construct. I will document here instead repeating the comments in every construct.

Example

// to make component chain-able we will return self - part 1
const self = this;
...
// to make component chain-able we will return self - part 2
return self;