Page 1 of 1

Selenium server console window logging info/warnings

Posted: Mon Jul 10, 2017 7:22 pm
by Aracknid
As I'm running my tests, I can see all sorts of info or warnings being displayed in the Selenium server java console window. Even when I stop running my script (from within Visual Studio) it's still constantly spitting out the same warning over and over again. Should I be stopping and starting the server for every script run? I'm confused as to why info is still getting logged when nothing is running any more.

The error I'm seeing seems to be related to the fact that an unexpected window appeared, and even though I manually click on the OK button to make it go away, it's still logging this error over and over....

Aracknid

Re: Selenium server console window logging info/warnings

Posted: Wed Jul 12, 2017 7:02 pm
by Support Team
Hello Aracknid,

In order to help diagnose your issue, can you provide the full server logs where this is occuring? You can email us at [email protected] if you wish to discuss this in a more private environment.

http://www.seleniumhq.org/docs/05_selen ... er-logging

Code: Select all

java -jar selenium-server-standalone-<version-number>.jar -log selenium.log
Cheers,
Ned