| Current Path : /home/rtorresani/www/vendor/magento/module-search/Test/Mftf/Section/ |
| Current File : //home/rtorresani/www/vendor/magento/module-search/Test/Mftf/Section/AdminGlobalSearchSection.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="AdminGlobalSearchSection">
<element name="globalSearch" type="button" selector=".search-global-label"/>
<element name="globalSearchActive" type="block" selector=".search-global-field._active"/>
<element name="globalSearchInput" type="input" selector=".search-global-input"/>
<element name="globalSearchSuggestedCategoryText" type="text" selector="//span[contains(text(), 'Category')]"/>
<element name="globalSearchSuggestedCategoryLink" type="text" selector="//span[contains(text(), 'Category')]/preceding-sibling::a"/>
</section>
</sections>