Skip to content

Instantly share code, notes, and snippets.

@avernet
Created February 19, 2020 23:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avernet/2a2c50d84116f2337b68c4c6acc730cc to your computer and use it in GitHub Desktop.
Save avernet/2a2c50d84116f2337b68c4c6acc730cc to your computer and use it in GitHub Desktop.
Dynamically generating a link in XPath
concat(
'<a target="_blank" href="https://www.google.com/',
$other-field-name,
'">Click me</a>'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment