AdminMainActionsSection.xml 1.0 KB

123456789101112131415161718
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  9. xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
  10. <section name="AdminMainActionsSection">
  11. <element name="storeSwitcher" type="text" selector=".store-switcher"/>
  12. <element name="storeViewDropdown" type="button" selector="#store-change-button"/>
  13. <element name="storeViewByName" type="button" selector="//*[contains(@class,'store-switcher-store-view')]/*[contains(text(), '{{storeViewName}}')]" timeout="30" parameterized="true"/>
  14. <element name="websiteByName" type="button" selector="//*[@class='store-switcher-website ']/a[contains(text(), '{{websiteName}}')]" timeout="30" parameterized="true"/>
  15. <element name="allStoreViews" type="button" selector=".store-switcher .store-switcher-all" timeout="30"/>
  16. </section>
  17. </sections>