<?xml version="1.0" encoding="UTF-8"?>
<!--
 /**
  * Copyright © Magento, Inc. All rights reserved.
  * See COPYING.txt for license details.
  */
-->

<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Page/etc/SectionObject.xsd">
    <section name="StorefrontCategoryMainSection">
        <element name="CategoryTitle" type="text" selector="#page-title-heading span"/>
        <element name="ProductItemInfo" type="button" selector=".product-item-info"/>
        <element name="AddToCartBtn" type="button" selector="button.action.tocart.primary"/>
        <element name="SuccessMsg" type="button" selector="div.message-success"/>
        <element name="productCount" type="text" selector="#toolbar-amount"/>
    </section>
</config>
