<?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="AdminConfigurationReCaptchaSection">
        <element name="defaultLayoutsTab" type="button" selector="#recaptcha_frontend_type_recaptcha_v3-head"/>
        <element name="checkIfTabExpand" type="button" selector="#recaptcha_frontend_type_recaptcha_v3-head:not(.open)"/>
        <element name="websiteKey" type="input" selector="#recaptcha_frontend_type_recaptcha_v3_public_key"/>
        <element name="secretKey" type="input" selector="#recaptcha_frontend_type_recaptcha_v3_private_key"/>
        <element name="defaultLayoutsTabStoreFront" type="button" selector="#recaptcha_frontend_type_for-head"/>
        <element name="checkIfTabExpandStoreFront" type="button" selector="#recaptcha_frontend_type_for-head:not(.open)"/>
        <element name="enableCheckoutUseSystemValue" type="checkbox" selector="#recaptcha_frontend_type_for_place_order_inherit"/>
        <element name="enableForCheckout" type="select" selector="#recaptcha_frontend_type_for_place_order"/>
    </section>
</sections>
