1id: variables-example 2 3info: 4 name: Variables Example 5 author: pdteam 6 severity: info 7 8variables: 9 a1: "{{base64('hello')}}" 10 11headless: 12 - steps: 13 - args: 14 url: "{{BaseURL}}" 15 action: navigate 16 - action: waitload 17 matchers: 18 - type: word 19 words: 20 - "{{a1}}" 21