<?xml version="1.0" encoding="UTF-8"?>
<!--
    /**
     * Copyright 2024 Adobe
     * All Rights Reserved.
     */
   -->
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
    <section name="CatalogSection">
        <element name="storefront" type="select" selector="#catalog_frontend-head"/>
        <element name="CheckIfTabExpand" type="button" selector="#catalog_frontend-head:not(.open)"/>
        <element name="CheckIfTabIsExpanded" type="button" selector="#catalog_frontend-head.open"/>
        <element name="price" type="button" selector="#catalog_price-head"/>
        <element name="checkIfPriceExpand" type="button" selector="//a[@id='catalog_price-head' and @class='open']"/>
        <element name="catalogPriceScope" type="select" selector="#catalog_price_scope"/>
        <element name="catalogPriceScopeValue" type="select" selector="//select[@id='catalog_price_scope']/option[text()='{{args}}']" parameterized="true"/>
        <element name="defaultProductPrice" type="input" selector="#catalog_price_default_product_price"/>
        <element name="save" type="button" selector="#save"/>
        <element name="flatCatalogCategoryCheckBox" type="checkbox" selector="#catalog_frontend_flat_catalog_category_inherit"/>
        <element name="flatCatalogCategory" type="select" selector="#catalog_frontend_flat_catalog_category"/>
        <element name="flatCatalogProduct" type="select" selector="#catalog_frontend_flat_catalog_product"/>
        <element name="seo" type="button" selector="#catalog_seo-head"/>
        <element name="CheckIfSeoTabExpand" type="button" selector="#catalog_seo-head:not(.open)"/>
        <element name="GenerateUrlRewrites" type="select" selector="#catalog_seo_generate_category_product_rewrites"/>
        <element name="successMessage" type="text" selector="#messages"/>
        <element name="productsPerPageOnGridAllowedValues" type="input" selector="//input[@id='catalog_frontend_grid_per_page_values']"/>
        <element name="productsPerPageOnGridAllowedBankTransferPaymentValues" type="input" selector="//input[@id='payment_us_banktransfer_title']"/>
        <element name="productsPerPageOnGridDefaultValue" type="input" selector="//input[@id='catalog_frontend_grid_per_page']"/>
        <element name="productsPerPageOnGridDefaultValueUseConfigCheckbox" type="checkbox" selector="//input[@id='catalog_frontend_grid_per_page_inherit']"/>
        <element name="productsPerPageOnGridBankTransferPaymentDefaultValueUseConfigCheckbox" type="checkbox" selector="//input[@id='payment_us_banktransfer_title_inherit']"/>
        <element name="dateAndTimeCustomOptions" type="select" selector="#catalog_custom_options-head"/>
        <element name="CheckIfTabExpandForDateAndTimeCustomOptions" type="button" selector="#catalog_custom_options-head:not(.open)"/>
        <element name="expandedTab" type="button" selector="//a[@id='payment_us_banktransfer-head']"/>
        <element name="paymentInformation" type="button" selector="//*[contains(text(), 'Shipping Method')]"/>
    </section>
</sections>
