<?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="AdminUrlRewriteProductSection">
        <element name="skuFilter" type="input" selector="//input[@name='sku']"/>
        <element name="resetFilter" type="button" selector="//button[@data-action='grid-filter-reset']" timeout="30"/>
        <element name="searchFilter" type="button" selector="//button[@data-action='grid-filter-apply']" timeout="30"/>
        <element name="productRow" type="text" selector="//tbody/tr/td[contains(@class,'col-sku')]"/>
        <element name="skipCategoryButton" type="button" selector="//button[@class='action-default scalable save']" timeout="30"/>
    </section>
</sections>
