adspace
What is the selenese command to show the value of a variable in the log file?
Answer Posted / Manoj Kumar Vishwakarma
To print the value of a variable in the Selenium WebDriver log, you can use the `System.out.println()` function and pass the variable as an argument.nnExample: `System.out.println(myVariable);`
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers