java -jar selenium-server.jar -browserSideLog
A "Selenium.log" file gets generated to your selenium server folder.
Check this for more information:
http://wiki.openqa.org/display/SRC/Selenium+RC+Logging
Seleniumite,
Ramakrishna
I watched a selenium video, and found there are some logs can be seeing from eclipse with Selenium RC. But I can't see any logs in my eclipse when I use selenium RC. Is there anyone can tell me how to show execution logs which presented on server side in eclipse. See attachment for details. Also , Can this logs be seen with Webdriver?
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/selenium-users/-/LTGMtDGW8yEJ.
To post to this group, send email to seleniu...@googlegroups.com.
To unsubscribe from this group, send email to selenium-user...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/selenium-users?hl=en-US.
Use Log 4j API for logging . Try to explore logs class in selenium webdriber eveni hav enot done that).
On Fri, Jul 13, 2012 at 3:25 PM, Ramakrishna Gopalan <ramakrish...@gmail.com> wrote:
Hi Neo,
I m not sure of how these logs can be viewed in eclipse. But these logs can be exported as a log file to the same directory where you have your selenium-server.jar.
That could be done by starting your selenium server as followsjava -jar selenium-server.jar -browserSideLog
A "Selenium.log" file gets generated to your selenium server folder.
Check this for more information:
http://wiki.openqa.org/display/SRC/Selenium+RC+Logging
Seleniumite,
Ramakrishna
On Thursday, July 12, 2012 5:36:41 AM UTC+5:30, Neo wrote:I watched a selenium video, and found there are some logs can be seeing from eclipse with Selenium RC. But I can't see any logs in my eclipse when I use selenium RC. Is there anyone can tell me how to show execution logs which presented on server side in eclipse. See attachment for details. Also , Can this logs be seen with Webdriver?
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/selenium-users/-/LTGMtDGW8yEJ.
To post to this group, send email to selenium-users@googlegroups.com.
To unsubscribe from this group, send email to selenium-users+unsubscribe@googlegroups.com.
Thanks all for your replies. I can export some log files by typing "java -jar selenium-server.jar -log selenium.log", but this is not exactly what I want.
I want to see which commands is executing in ECLIPSE. plese have a look at the below video 00:46.
http://www.youtube.com/watch?v=A6ND9pRRBY8
David, do you mean you can see the logs in eclipse with selenium RC? Could you please tell me how to make logs available with RC ?
Regards,
Neo