9 use Magento\Mtf\Block\Block;
80 $this->_rootElement->find($this->acceptButtonSelector)->click();
91 $this->_rootElement->find($this->acceptWarningSelector)->click();
92 $this->waitForElementNotVisible($this->loadingMask);
103 $this->_rootElement->find($this->dismissWarningSelector)->click();
104 $this->waitForElementNotVisible($this->loadingMask);
115 $this->_rootElement->find($this->dismissButtonSelector)->click();
126 $this->_rootElement->find($this->closeButtonSelector)->click();
137 return $this->_rootElement->find($this->inputFieldSelector)->getValue();
149 $this->_rootElement->find($this->inputFieldSelector)->setValue(
$text);
159 $this->browser->waitUntil(
161 return $this->browser->find($this->modalOverlay)->isVisible() ==
false ? true :
null;
waitModalWindowToDisappear()
waitModalAnimationFinished()