Examination::removeLeftDilation PHP Method

removeLeftDilation() public method

public removeLeftDilation ( )
    public function removeLeftDilation()
    {
        $this->getElement('removeDilationLeft')->click();
        // $this->getSession()->wait(10000);
    }
Examination