8 use Magento\Mtf\Client\BrowserInterface;
9 use Magento\Mtf\Fixture\FixtureInterface;
10 use Magento\Mtf\TestStep\TestStepInterface;
11 use Magento\Catalog\Test\Page\Product\CatalogProductView;
63 $this->browser->open($_ENV[
'app_frontend_url'] .
$product->getUrlKey() .
'.html');
64 $parentWindow = $this->catalogProductView->getViewBlock()->braintreePaypalCheckout();
65 $this->catalogProductView->getBraintreePaypalBlock()->process($parentWindow);
__construct(CatalogProductView $catalogProductView, BrowserInterface $browser, array $products)