--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/0b977a69-739d-4096-8858-69d0c7eaa84b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/572d56c2-5659-40a6-adbd-5556da5ee211%40googlegroups.com.
I have an issue using Selenium WebDriver with Robot Framework through jrobotremoteserver.
Selenium::WebDriver.logger.level = :warn
<exclusions>
<exclusion>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
Anybody now how to stop Marionette/GeckoDriver from spewing out MASSIVE amounts of INFO and DEBUG messages to the Console?
Try this Following Command:
System.setProperty(FirefoxDriver.SystemProperty.BROWSER_LOGFILE,“null");