question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How do we use variables in TagUI steps

See original GitHub issue

Raising from user’s email query for benefit of other users


I have one question about the tagui “type” command as it’s seems that it’s only enter the hard coded text instead of reading from the variable as I am having trouble in inputting variable into the website as it’s input “contain” instead of cat -

https://www.google.com/
contain = "cat"
type lst-ib as contain[enter]
wait 5 seconds

updated email from user

it’s seems that I should use '+contain+'😅

https://www.google.com/
contain = "cat"
type lst-ib as '+contain+'[enter]
wait 5 seconds

updated to current improved syntax

The backtick symbol has been added for easier referencing of variables

https://www.google.com/
contain = "cat"
type lst-ib as `contain`
wait 5 seconds

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:16 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
ruthtxhcommented, Jun 2, 2022

Hi @Steve2955 @kensoh I have updated the docs here, hope its clearer. Cheers.

1reaction
kensohcommented, Jun 1, 2022

Thanks @Steve2955 for suggesting an update. Indeed it is confusing, I have updated the post above. Thanks too @ruthtxh!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How do we use variables in TagUI steps · Issue #190 - GitHub
Raising from user's email query for benefit of other users. I have one question about the tagui "type" command as it's seems that...
Read more >
Reference — TagUI 6.46.0 documentation
Use this section to look up information on steps, helper functions and run options ... You can use variables in your Excel formula,...
Read more >
Tagui - npm.io
TagUI is a command-line tool for digital process automation (RPA). ... 1. set SLIMERJS_EXECUTABLE env variable to point to slimerjs.bat, 2. put GNU ......
Read more >
Untitled
TagUI helps you rapidly automate your repetitive or time-critical tasks - use cases ... Set dom_json variable to pass a variable for use...
Read more >
type | TagUI commands with examples & sample code
type · You can enter literal text · You can specify a relative path to the image, e.g. · You can use text...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found