<?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="StorefrontSelectStoreSection">
        <element name="nextBtn" type="button" selector="//form[contains(@class, 'form-continue')]/descendant::button[@type='submit']"/>
        <element name="pickInStoreBtn" type="button" selector="//button[contains(@class, 'action-select-store-pickup')]"/>
        <element name="selectStoreBtn" type="button" selector="//button[contains(., 'Select Store')]"/>
        <element name="customerEmailField" type="input" selector="//input[contains(@id, 'store-pickup-checkout-customer-email')]"/>
        <element name="selectShipping" type="button" selector="//button[contains(@class, 'action-select-shipping')]"/>
        <element name="selectedStoreName" type="input" selector="//div[contains(@class, 'selected-location-details')]/p[contains(@class, 'location-name')]"/>
        <element name="instorepickupdelivery" type="button" selector="#label_carrier_pickup_instore"/>
    </section>
</sections>

