<?xml version="1.0" encoding="UTF-8"?>
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
    <section name="AdminTransactionalSmsReportSection">
        <element name="selectAll" type="checkbox" selector=".action-multicheck-wrap" />
        <element name="multicheckDropdown" type="button" selector="div[data-role='grid-wrapper'] th.data-grid-multicheck-cell button.action-multicheck-toggle"/>
        <element name="multicheckOption" type="button" selector="//div[@data-role='grid-wrapper']//th[contains(@class, data-grid-multicheck-cell)]//li//span[text() = '{{label}}']" parameterized="true"/>
        <element name="bulkActionDropdown" type="button" selector="div.admin__data-grid-header-row.row div.action-select-wrap button.action-select"/>
        <element name="bulkActionOption" type="button" selector="//div[contains(@class,'admin__data-grid-header-row') and contains(@class, 'row')]//div[contains(@class, 'action-select-wrap')]//ul/li/span[text() = '{{label}}']" parameterized="true"/>
        <element name="selectRowByIndex" type="checkbox" selector="tr.data-row:nth-of-type({{var1}}) input[data-action='select-row']" parameterized="true" timeout="30"/>
        <element name="actionMenu" type="button" selector="button.action-select" timeout="30"/>
        <element name="deleteBtn" type="button" selector="//div[@class='action-menu-items']//*[text()='Delete']" timeout="30"/>
        <element name="modalAcceptButton" type="button" selector="button.action-accept" timeout="30"/>

        <element name="textInGridRow" type="select" selector="//td//div[contains(text(), '{{text}}')]" parameterized="true"/>
    </section>
</sections>
