<?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="StorefrontProductInfoMainSection">
        <element name="productVideo" type="text" selector="//*[@class='product-video' and @data-type='{{videoType}}']" parameterized="true"/>
        <element name="clickInVideo" type="button" selector="//*[@class='fotorama__stage__shaft']"/>
        <element name="videoPausedMode" type="button" selector="//*[contains(@class, 'paused-mode')]"/>
        <element name="videoPlayedMode" type="button" selector="//*[contains(@class,'playing-mode')]"/>
        <element name="frameVideo" type="button" selector="widget2"/>
        <element name="clickPlayVideo" type="block" selector="//*[contains(@class,'fotorama__stage__shaft')]"/>
        <element name="clickCloseVideo" type="block" selector="//*[@class='fotorama__video-close fotorama-show-control']"/>
    </section>
</sections>
