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
Customer
Test
Page
Address
DefaultAddress.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Customer\Test\Page\Address
;
8
9
use Magento\Mtf\Client\Locator;
10
use Magento\Mtf\Factory\Factory;
11
use Magento\Mtf\Page\Page;
12
16
class
DefaultAddress
extends
Page
17
{
21
const
MCA
=
'customer/address/index'
;
22
28
protected
$defaultAddressesSelector
=
'.block-addresses-default'
;
29
35
public
function
getDefaultAddresses
()
36
{
37
return
Factory::getBlockFactory()->getMagentoCustomerAccountAddressesDefault(
38
$this->browser->find($this->defaultAddressesSelector, Locator::SELECTOR_CSS)
39
);
40
}
41
}
Magento\Customer\Test\Page\Address\DefaultAddress\$defaultAddressesSelector
$defaultAddressesSelector
Definition:
DefaultAddress.php:28
Magento\Customer\Test\Page\Address\DefaultAddress\MCA
const MCA
Definition:
DefaultAddress.php:21
Magento\Customer\Test\Page\Address\DefaultAddress\getDefaultAddresses
getDefaultAddresses()
Definition:
DefaultAddress.php:35
Magento\Customer\Test\Page\Address
Definition:
DefaultAddress.php:7
Magento\Customer\Test\Page\Address\DefaultAddress
Definition:
DefaultAddress.php:16