StorefrontQuickSearchResultsSection.xml 894 B

12345678910111213141516171819
  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="StorefrontQuickSearchResultsSection">
  11. <element name="searchTextBox" type="text" selector="#search"/>
  12. <element name="searchTextBoxButton" type="button" selector="button[class='action search']"/>
  13. <element name="productLink" type="select" selector="a[class='product-item-link']"/>
  14. <element name="asLowAsLabel" type="text" selector=".minimal-price-link > span"/>
  15. <element name="textArea" type="text" selector="li[class='item']"/>
  16. <element name="regularPrice" type="text" selector="li[class='item']"/>
  17. </section>
  18. </sections>