to using commands that were previously submitted by bringing focus to the console and pressing up/down key on it. I want to remove all of the recent command. I\'ve tried thi
Simply enter clear() in the chrome console to remove all previous text there.
clear()