<?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="StorefrontCheckoutKlarnaSection">
        <element name="klarnaOverlayIframe" type="iframe" selector="(//body)//iframe[@id='klarna-payments-device-recognition']" />
        <element name="klarnaApfIframe" type="iframe" selector="(//body//div)//iframe[@id='klarna-apf-iframe']" />
        <element name="klarnaOnContinueButton" type="button" selector="//button[@id='onContinue']" />
        <element name="klarnaOtpField" type="input" selector="//input[@id='otp_field']" />
        <element name="klarnaPayLaterField" type="input" selector="//input[@value='pay_later']" />
        <element name="klarnaSelectPaymentCategoryButton" type="button" selector="//button[@data-testid='select-payment-category']" />
        <element name="klarnaConfirmAndPayButton" type="button" selector="//button[@data-testid='confirm-and-pay']" />
    </section>
</sections>
