Hi
The method logComment(String message) provides exact comment in log as provided in message parameter. It would be usefful if it provided evaluated selenium variables in log instead of their name.
Example:
This method:
selenium.open("${mySiteUrl}?lang=" + lang);
will produce in log such a line:
open ${mySiteUrl}
it would be useful to see in log file the evaluated variable ${mySiteUrl}:
open http://mysite.com
Anna