Examination::expandInjectionManagement PHP Méthode

expandInjectionManagement() public méthode

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