<?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="AdminMarketingSiteMapEditActionSection">
        <element name="save" type="button" selector="#save" timeout="10"/>
        <element name="delete" type="button" selector="#delete" timeout="10"/>
        <element name="saveAndGenerate" type="button" selector="#generate" timeout="10"/>
        <element name="reset" type="button" selector="#reset"/>
        <element name="back" type="button" selector="#back"/>
        <element name="filename" type="input" selector="input[name='sitemap_filename']"/>
        <element name="path" type="input" selector="input[name='sitemap_path']"/>
    </section>
</sections>
