0 votes
in Selenium by
What is the command that is used in order to display the values of a variable into the output console or log?

1 Answer

0 votes
by

In order to display a constant string, command can be used is echo <constant string>

If order to display the value of a variable you can use command like echo ${variable name>>

Above is using PHP. If you are using Java, replace echo with System.out.println

Related questions

0 votes
asked Aug 19, 2019 in Selenium by rahulsharma
0 votes
asked Aug 19, 2019 in Selenium by rahulsharma
...