Menu

#3 logComment does not log variables content

open
nobody
None
5
2009-11-27
2009-11-27
No

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

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.