Hide “com.gargoylesoftware.htmlunit..” Warnings Logs From Console In WebDriver
In previous post we learnt how to run your selenium test In HTML Unit driver or headless browser. If you are using HtmlUnit Driver to run your test, Sometimes you will see lots of warnings as a log with text like “com.gargoylesoftware.htmlunit.DefaultCssErrorHandler error“. This Is one kind of warning and we can eliminate It very easily. … Read more