Examination::rightSecondaryTo PHP Method

rightSecondaryTo() public method

public rightSecondaryTo ( $secondary )
    public function rightSecondaryTo($secondary)
    {
        $this->getElement('rightSecondaryTo')->selectOption($secondary);
        $this->getSession()->wait(1000);
    }
Examination