9 use Magento\Mtf\Client\Locator;
10 use Magento\Mtf\Client\Element\SimpleElement;
11 use Magento\Mtf\Fixture\FixtureInterface;
12 use Magento\Mtf\Block\Form;
40 $this->browser->switchToFrame(
new Locator($locator, Locator::SELECTOR_XPATH));
41 $this->browser->switchToFrame(
new Locator($locator, Locator::SELECTOR_XPATH));
51 $this->browser->find($this->submitButton)->click();
61 public function fill(FixtureInterface $fixture, SimpleElement
$element =
null)
63 $mapping = $this->dataMapping($fixture->getData());
65 $element = $this->browser->find(
'body');
66 $this->_fill([$mapping[
'secure3d_password']],
$element);
68 $this->browser->switchToFrame();