| H A D | WebDriverException.php | 12 private $results; variable in Facebook\\WebDriver\\Exception\\WebDriverException 16 * @param mixed $results 18 public function __construct($message, $results = null) argument 21 $this->results = $results; 29 return $this->results; 37 * @param mixed $results 87 public static function throwException($status_code, $message, $results) argument 93 throw new ElementClickInterceptedException($message, $results); 95 throw new ElementNotInteractableException($message, $results); 97 throw new InsecureCertificateException($message, $results); [all …]
|