Examination::expandIntraocularPressure PHP Method

expandIntraocularPressure() public method

    public function expandIntraocularPressure()
    {
        if ($this->isIntraocularPressureCollapsed()) {
            $element = $this->getElement('openIntraocularPressure');
            $this->scrollWindowToElement($element);
            $element->click();
            $this->getSession()->wait(5000, 'window.$ && $.active == 0');
        }
    }
Examination