<?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="AdminProductAttributeSetGridSection">
        <element name="filter" type="input" selector="#setGrid_filter_set_name"/>
        <element name="searchBtn" type="button" selector="#container button[title='Search']" timeout="30"/>
        <element name="nthRow" type="block" selector="#setGrid_table tbody tr:nth-of-type({{var1}})" parameterized="true"/>
        <element name="AttributeSetName" type="text" selector="//td[contains(text(), '{{var1}}')]" parameterized="true"/>
        <element name="addAttributeSetBtn" type="button" selector="button.add-set" timeout="30"/>
        <element name="resetFilter" type="button" selector="button[data-action='grid-filter-reset']" timeout="30"/>
    </section>
</sections>
