Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
AuthenticationWrapper.php
Go to the documentation of this file.
1 <?php
7 
8 use Magento\Mtf\Block\Form;
10 
15 {
21  protected $signInLink = '[data-trigger="authentication"]';
22 
28  public function signInLinkClick()
29  {
30  $this->_rootElement->find($this->signInLink)->click();
31  }
32 }