Examination::leftCRTIncreaseLowerThanHundredYes PHP Method

leftCRTIncreaseLowerThanHundredYes() public method

    public function leftCRTIncreaseLowerThanHundredYes()
    {
        sleep(5);
        $this->getElement('leftCrtIncreaseLowerHundredYes')->doubleClick();
    }
Examination