Storing and writing a variable

From Edgar BV Wiki
Revision as of 09:17, 20 November 2023 by Red (talk | contribs) (Created page with "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--')]/...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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"
   },