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
Backend
Test
Block
GridPageActions.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Backend\Test\Block
;
8
13
class
GridPageActions
extends
PageActions
14
{
20
protected
$addNewButton
=
'#add'
;
21
27
protected
$createStoreButton
=
'#add_group'
;
28
34
public
function
addNew
()
35
{
36
$this->_rootElement->find($this->addNewButton)->click();
37
}
38
44
public
function
createStoreGroup
()
45
{
46
$this->_rootElement->find($this->createStoreButton)->click();
47
}
48
}
Magento\Backend\Test\Block\GridPageActions\$createStoreButton
$createStoreButton
Definition:
GridPageActions.php:27
Magento\Backend\Test\Block\GridPageActions\addNew
addNew()
Definition:
GridPageActions.php:34
Magento\Backend\Test\Block\GridPageActions\createStoreGroup
createStoreGroup()
Definition:
GridPageActions.php:44
Magento\Backend\Test\Block\GridPageActions
Definition:
GridPageActions.php:13
Magento\Backend\Test\Block\GridPageActions\$addNewButton
$addNewButton
Definition:
GridPageActions.php:20
Magento\Backend\Test\Block
Magento\Backend\Test\Block\PageActions
Definition:
PageActions.php:16