Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/old/vendor/magento/module-tax/Test/Mftf/Section/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/old/vendor/magento/module-tax/Test/Mftf/Section/AdminTaxRateFormSection.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="AdminTaxRateFormSection">
        <element name="taxIdentifier" type="input" selector="#code" />
        <element name="deleteRate" type="button" selector="#delete" timeout="30"/>
        <element name="ok" type="button" selector="button.action-primary.action-accept" timeout="30"/>
        <element name="save" type="button" selector="#save" timeout="30"/>
        <element name="country" type="select" selector="#tax_country_id"/>
        <element name="state" type="select" selector="#tax_region_id"/>
        <element name="rate" type="text" selector="#rate"/>
        <element name="zipRange" type="checkbox" selector="#zip_is_range"/>
        <element name="rangeFrom" type="text" selector="#zip_from"/>
        <element name="rangeTo" type="text" selector="#zip_to"/>
        <element name="zipCode" type="input" selector="#tax_postcode"/>
        <element name="fieldError" type="text" selector="//input[@name='{{fieldName}}']/following-sibling::label[@class='mage-error']" parameterized="true"/>
    </section>
</sections>

Spamworldpro Mini