Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 

18 linhas
759 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  9. xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
  10. <section name="InlineTranslationModeSection">
  11. <element name="bookIcon" type="button" selector=".translate-edit-icon"/>
  12. <element name="popUpTranslate" type="block" selector="#translate-inline-form"/>
  13. <element name="inputCustomTranslate" type="input" selector="#translate-inline-form input.input-text"/>
  14. <element name="buttonSubmit" type="button" selector="button.action-primary" timeout="30"/>
  15. </section>
  16. </sections>