| Current Path : /home/rtorresani/www/vendor/magento/module-cms/Test/Mftf/Section/ |
| Current File : //home/rtorresani/www/vendor/magento/module-cms/Test/Mftf/Section/StorefrontHeaderSection.xml |
<?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="StorefrontHeaderSection">
<element name="ProductWidgetLink" type="text" selector="//*[@id='maincontent']/div[3]/div[1]/div[2]/a/span"/>
<element name="categoryWidgetLink" type="text" selector="//div[@class='widget block block-category-link']//span"/>
<element name="headerlinks" type="text" selector="ul.header.links"/>
<element name="headerLinkByText" type="text" selector="//ul[contains(@class, 'header') and contains(@class, 'links')]/li/a[contains(text(),'{{LinkName}}')]" parameterized="true"/>
</section>
</sections>