Examination::doesLeftAxisExist PHP Method

doesLeftAxisExist() protected method

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