Is there a way to clear the console in Firefox?
In Chrome I can use…
JavaScript
x
2
1
console.clear()
2
(Not sure if it works for Safari or Opera though)
However I haven’t been able to find a solution for Firefox. Is this type of API not yet available? Is there a workaround that doesn’t require?
JavaScript
1
2
1
console.log("nnnnnnnnnnnnnnnnnnnnnnnnn");
2
Advertisement
Answer
In firefox you can just input clear()
. It well be done.
Here’s a link to the Developer’s website for Javascript console commands: http://msdn.microsoft.com/en-us/library/windows/apps/hh696634.aspx