| Current Path : /home/rtorresani/www/vendor/magento/module-store/Test/Mftf/Section/ |
| Current File : //home/rtorresani/www/vendor/magento/module-store/Test/Mftf/Section/AdminMainActionsSection.xml |
<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
<section name="AdminMainActionsSection">
<element name="storeSwitcher" type="text" selector=".store-switcher"/>
<element name="storeViewDropdown" type="button" selector="#store-change-button"/>
<element name="storeViewByName" type="button" selector="//*[contains(@class,'store-switcher-store-view')]/*[contains(text(), '{{storeViewName}}')]" timeout="30" parameterized="true"/>
<element name="websiteByName" type="button" selector="//*[@class='store-switcher-website ']/a[contains(text(), '{{websiteName}}')]" timeout="30" parameterized="true"/>
<element name="allStoreViews" type="button" selector=".store-switcher .store-switcher-all" timeout="30"/>
</section>
</sections>