For a reason I can't figure out whenever selenium encounters an error I get an error screenshot file and 0 bytes log file. If an error doesn't occur then I get normal log file. What could cause that?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
For a reason I can't figure out whenever selenium encounters an error I get an error screenshot file and 0 bytes log file. If an error doesn't occur then I get normal log file. What could cause that?
The log file will only be written on call of stop() from LoggingDefaultSelenium. If an error prevents this call no contents will be in the logfile.