<?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="OrderReportMainSection">
        <element name="showReport" type="button" selector="#filter_form_submit" timeout="60"/>
        <element name="here" type="text" selector="//a[contains(text(), 'here')]" timeout="60"/>
        <element name="datePickerCalendar" type="text" selector="table.ui-datepicker-calendar"/>
        <element name="selectTodayButton" type="button" selector="button.ui-datepicker-current"/>
        <element name="selectCloseButton" type="button" selector="button.ui-datepicker-close"/>
        <element name="fromDatePicker" type="button" selector="//input[@name='report_from']/following-sibling::button"/>
        <element name="fromDatePickerText" type="text" selector="span#gridTotalsCustomer_period_date_from_advice"/>
        <element name="toDatePicker" type="button" selector="//input[@name='report_to']/following-sibling::button"/>
        <element name="toDatePickerText" type="text" selector="span#gridTotalsCustomer_period_date_to_advice"/>
    </section>
</sections>
