Examination::expandInjectionManagement PHP Method

expandInjectionManagement() public method

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