Examination::straightforward PHP Method

straightforward() public method

public straightforward ( )
    public function straightforward()
    {
        $element = $this->getElement('straightforward');
        //$this->scrollWindowToElement ( $element );
        $element->check();
    }
Examination