<?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="AdminLoginAsCustomerLogFiltersSection">
        <element name="loginId" type="input" selector="//input[@id='subscriberGrid_filter_login_id']"/>
        <element name="customerId" type="input" selector="//input[@id='subscriberGrid_filter_customer_id']"/>
        <element name="customerEmail" type="input" selector="//input[@id='subscriberGrid_filter_email']"/>
        <element name="adminId" type="input" selector="//input[@id='subscriberGrid_filter_admin_id']"/>
        <element name="adminName" type="input" selector="//input[@id='subscriberGrid_filter_username']"/>
        <element name="from" type="input" selector="//input[@name='created_at[from]']"/>
        <element name="to" type="input" selector="//input[@name='created_at[to]']"/>
    </section>
</sections>

