Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
FraudProtection.php
Go to the documentation of this file.
1 <?php
7 
8 use Magento\Mtf\Block\Block;
9 
13 class FraudProtection extends Block
14 {
20  private $caseGuaranteeDisposition = 'td.col-guarantee-disposition';
21 
27  public function getCaseGuaranteeDisposition()
28  {
29  return $this->_rootElement->find($this->caseGuaranteeDisposition)->getText();
30  }
31 }