<?xml version="1.0" encoding="UTF-8" ?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Page/etc/PageObject.xsd">
    <page name="StorefrontProductPage" url="/{{var1}}.html" module="Category" parameterized="true">
        <section name="StorefrontProductSection" />
    </page>
    <page name="StorefrontCategoryProductPage" url="/{{var1}}/{{var2}}.html" module="Category" parameterized="true">
        <section name="StorefrontProductSection" />
    </page>
</config>
