Examination::removeAllElements PHP 메소드

removeAllElements() 공개 메소드

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