Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
magento2-base
dev
tests
functional
tests
app
Magento
Authorizenet
Test
Block
Sandbox
GetStartedModal.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Authorizenet\Test\Block\Sandbox
;
7
8
use Magento\Mtf\Block\Block;
9
13
class
GetStartedModal
extends
Block
14
{
21
private
$gotItButton =
'#btnGetStartedGotIt'
;
22
28
public
function
acceptNotification
()
29
{
30
$element
= $this->browser->find($this->gotItButton);
31
if
(
$element
->isVisible()) {
32
$element
->click();
33
}
34
return
$this;
35
}
36
}
Magento\Authorizenet\Test\Block\Sandbox
Definition:
AuthorizenetLogin.php:6
Magento\Authorizenet\Test\Block\Sandbox\GetStartedModal
Definition:
GetStartedModal.php:13
Magento\Authorizenet\Test\Block\Sandbox\GetStartedModal\acceptNotification
acceptNotification()
Definition:
GetStartedModal.php:28
$element
$element
Definition:
element.phtml:12