Examination::expandPupillaryAbnormalities PHP Method

expandPupillaryAbnormalities() public method

    public function expandPupillaryAbnormalities()
    {
        $element = $this->getElement('expandPupillaryAbnormalities');
        $this->scrollWindowToElement($element);
        $element->click();
        $this->waitForElementDisplayBlock('leftAbnormality');
        //$this->getSession ()->wait ( 5000, 'window.$ && $.active == 0' );
    }
Examination