<?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="StorefrontDownloadableLinkSection">
        <element name="downloadedImage" type="text" selector="//img[contains(@style, '-webkit-user-select')]"/>
        <element name="downloadedSvg" type="text" selector="//*[@id='{{id}}']" parameterized="true"/>
        <element name="downloadableLinkTitle" type="text" parameterized="true" selector="//*[name()='title'][contains(.,'{{title}}')]"/>
        <element name="downloadableLinkImage" type="text" selector="body>img"/>
        <element name="downloadableLinkSvg" type="text" selector="svg"/>
    </section>
</sections>
