<?xml version="1.0" encoding="UTF-8" ?>
<!--
 /**
  * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
  * @author     Mediotype                     https://www.mediotype.com/
  */
-->
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
    <section name="CheckoutCartProductSection">
        <element name="ProductPriceInclTaxByName" type="text"
                 selector="//main//table[@id='shopping-cart-table']//tbody//tr[..//strong[contains(@class, 'product-item-name')]//a/text()='{{var1}}'][1]//td[contains(@class, 'price')]//span[@class='price-including-tax']//span[@class='price']"
                 parameterized="true"/>
        <element name="ProductPriceExclTaxByName" type="text"
                 selector="//main//table[@id='shopping-cart-table']//tbody//tr[..//strong[contains(@class, 'product-item-name')]//a/text()='{{var1}}'][1]//td[contains(@class, 'price')]//span[@class='price-excluding-tax']//span[@class='price']"
                 parameterized="true"/>
        <element name="ProductSubtotalInclTaxByName" type="text"
                 selector="//main//table[@id='shopping-cart-table']//tbody//tr[..//strong[contains(@class, 'product-item-name')]//a/text()='{{var1}}'][1]//td[contains(@class, 'subtotal')]//span[@class='price-including-tax']//span[@class='price']"
                 parameterized="true"/>
        <element name="ProductSubtotalExclTaxByName" type="text"
                 selector="//main//table[@id='shopping-cart-table']//tbody//tr[..//strong[contains(@class, 'product-item-name')]//a/text()='{{var1}}'][1]//td[contains(@class, 'subtotal')]//span[@class='price-excluding-tax']//span[@class='price']"
                 parameterized="true"/>
    </section>
</sections>
