| H A D | WebDriverDimension.php | 13 private $height; variable in Facebook\\WebDriver\\WebDriverDimension 21 * @param int|float $height 23 public function __construct($width, $height) argument 26 $this->height = $height; 36 return (int) $this->height; 57 return $this->height === $dimension->getHeight() && $this->width === $dimension->getWidth();
|