<?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="AdminCustomerFiltersSection">
        <element name="customerStatus" type="button" selector="select[name='status']"/>
        <element name="filtersButton" type="button" selector="#container > div > div.admin__data-grid-header > div:nth-child(1) > div.data-grid-filters-actions-wrap > div > button" timeout="30"/>
        <element name="nameInput" type="input" selector="input[name=name]"/>
        <element name="emailInput" type="input" selector="input[name=email]"/>
        <element name="apply" type="button" selector="button[data-action=grid-filter-apply]" timeout="30"/>
        <element name="clearAllFilters" type="text" selector=".admin__current-filters-actions-wrap.action-clear"/>
        <element name="clearAll" type="button" selector=".admin__data-grid-header .action-tertiary.action-clear" timeout="30"/>
        <element name="viewDropdown" type="button" selector=".admin__data-grid-action-bookmarks button.admin__action-dropdown"/>
        <element name="viewBookmark" type="button" selector="//div[contains(@class, 'admin__data-grid-action-bookmarks')]/ul/li/div/a[text() = '{{label}}']" parameterized="true" timeout="30"/>
        <element name="countryOptions" type="button" selector=".admin__data-grid-filters select[name=billing_country_id] option"/>
        <element name="websiteOptions" type="button" selector=".admin__data-grid-filters select[name=website_id] option"/>
        <element name="genericInput" type="input" selector="input[name={{name}}]" parameterized="true"/>
    </section>
</sections>
