Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions | Protected Attributes
Status Class Reference
Inheritance diagram for Status:

Public Member Functions

 clickDisable ()
 
 clickEnable ()
 

Protected Attributes

 $button = '.btn-large'
 

Detailed Description

Class Status

Contains action to manipulate with Module's actions.

Definition at line 16 of file Status.php.

Member Function Documentation

◆ clickDisable()

clickDisable ( )

Click on Disable Element.

Returns
void

Definition at line 30 of file Status.php.

31  {
32  $this->_rootElement->find($this->button, Locator::SELECTOR_CSS)->click();
33  }

◆ clickEnable()

clickEnable ( )

Click en Enable element.

Returns
void

Definition at line 40 of file Status.php.

41  {
42  $this->_rootElement->find($this->button, Locator::SELECTOR_CSS)->click();
43  }

Field Documentation

◆ $button

$button = '.btn-large'
protected

Definition at line 23 of file Status.php.


The documentation for this class was generated from the following file: