<?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="AdminShipmentTrackingInformationShippingSection">
        <element name="shippingInfoTable" type="block" selector="#shipment_tracking_info"/>
        <element name="shippingMethod" type="text" selector="#shipment_tracking_info .odd .col-carrier"/>
        <element name="shippingMethodTitle" type="text" selector="#shipment_tracking_info .odd .col-title"/>
        <element name="shippingNumber" type="text" selector="#shipment_tracking_info .odd .col-number"/>
    </section>
</sections>