Examination::doesLeftAxisExist PHP 메소드

doesLeftAxisExist() 보호된 메소드

protected doesLeftAxisExist ( )
    protected function doesLeftAxisExist()
    {
        $this->waitForElementDisplayBlock('.element-eye.left-eye.column');
        return (bool) $this->find('xpath', $this->getElement('existingLeftAxisCheck')->getXpath());
    }
Examination