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
Selenium server console window logging info/warnings
- Support Team
- Site Admin
- Posts: 12167
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Graz, Austria
Re: Selenium server console window logging info/warnings
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
Cheers,
Ned
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
Ned