Examination::iAddTheChangesToLeftEye PHP 메소드

iAddTheChangesToLeftEye() 공개 메소드

    public function iAddTheChangesToLeftEye()
    {
        $this->getDriver()->dragTo($this->getElement('eyeDrawStart'), $this->getElement('eyeDrawEnd'));
    }
Examination