You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when doing the tagui live, the echo part does not show the title of the page. The command was executed but no output.
and everytime I do an echo for a variable, it just writes the variable name, not the value.
during live, opening the goodreads page --> ok
read the title using xpath --> ok (output command prompt shows value of the title)
but this code:
echo "title = " + title
on my system, output is:
"title = " + title
instead of the value of title
Is there anything that I am missing here?
excuse the beginner level question here, but I wish to learn more of this.
Thank you.
The text was updated successfully, but these errors were encountered:
kensoh
changed the title
echo showing variable name instead of value
echo showing variable name instead of value - use backticks from v6
Nov 23, 2020
kensoh
changed the title
echo showing variable name instead of value - use backticks from v6
echo showing variable name instead of value - use backticks for variables from v6
Nov 23, 2020
Hi All,
I'm a new user in tagui.
I've read the docs and examples, and followed the tutorials.
One thing I cannot do right is the echo part.
For example the tutorial 1 - https://rpa-sg.org/TagUI-Tutorial-1/tagui-tutorial-1-goodreads-com-part-1.php
when doing the tagui live, the echo part does not show the title of the page. The command was executed but no output.
and everytime I do an echo for a variable, it just writes the variable name, not the value.
during live, opening the goodreads page --> ok
read the title using xpath --> ok (output command prompt shows value of the title)
but this code:
echo "title = " + title
on my system, output is:
"title = " + title
instead of the value of title
Is there anything that I am missing here?
excuse the beginner level question here, but I wish to learn more of this.
Thank you.
The text was updated successfully, but these errors were encountered: