Examination::doesRightAxisExist PHP 메소드

doesRightAxisExist() 보호된 메소드

VALIDATION TESTS
protected doesRightAxisExist ( )
    protected function doesRightAxisExist()
    {
        $this->waitForElementDisplayBlock('.element-eye.right-eye.column');
        return (bool) $this->find('xpath', $this->getElement('existingRightAxisCheck')->getXpath());
    }
Examination