<?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="StorefrontCategorySidebarSection">
        <element name="filterOptionsTitle" type="text" selector="//div[@class='filter-options-title' and contains(text(), '{{var1}}')]" parameterized="true"/>
        <element name="filterOptions" type="text" selector=".filter-options-content .items"/>
        <element name="filterOption" type="text" selector=".filter-options-content .item"/>
        <element name="optionQty" type="text" selector=".filter-options-content .item .count"/>
    </section>
    <section name="StorefrontCategorySidebarMobileSection">
        <element name="shopByButton" type="button" selector="//div[contains(@class, 'filter-title')]/strong[contains(text(), 'Shop By')]"/>
    </section>
</sections>