Storing and writing a variable

From Edgar BV Wiki
Jump to navigation Jump to search

This opens up a prompt

   {
     "Command": "prompt",
     "Target": "Welke Locatie?",
     "Value": "LocatieNaamVar",
     "Description": ""
   },

And to write it elsewhere

   {
     "Command": "XType",
     "Target": "${KEY_CTRL+KEY_F} ${LocatieNaamVar} ${KEY_ENTER}",
     "Value": "",
     "Description": ""
   }

or

   {
     "Command": "editContent",
     "Target": "xpath=//*[contains(@id, 'edit-field-page-content-0-subform-field-body-wrapper--')]/div/div/div/div/div[2]/div",
     "Value": "${LocatieNaamVar}",
     "Description": "stop data in veld"
   },