Pass variable in window get element

Hi @Allan_Zimmermann ,

how can we pass the variable in window’s get element ?

For NM → Get Element you can use {{VARIABLE_NAME}}

[
  {
    "Selector": "NM",
    "browser": "chrome",
    "frame": "-1"
  },
  {
    "cssselector": "{{my_selector}}"
  }
]

I have not tried yet, but I guess you can use {{ }} to reference the variables in Windows → Get Element

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.