Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
DocumentReadyState.php
Go to the documentation of this file.
1 <?php
8 
13 use Facebook\WebDriver\Exception\UnexpectedAlertOpenException;
14 
21 {
28  protected function doesMetricPass($value)
29  {
30  return $value === 'complete';
31  }
32 
39  protected function fetchValueFromPage()
40  {
41  return $this->executeJS('return document.readyState;');
42  }
43 }
$value
Definition: gender.phtml:16