Examination::expandClinicalManagement PHP Method

expandClinicalManagement() public method

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