We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This was initially reported in issue 6545.
I imagine a simple: right click -> save as... Opens a save menu. Allows for saving to a text file.
This will add the HTML code of the inspected items to console. Next, in the console window, right click -> save as... Save the log to a file.
What should be implemented/improved? Console Output to file.
Browser version: Preferred Chrome (Firefox,etc...) Operating system: Any
Thank you!
The text was updated successfully, but these errors were encountered:
deepak1556
No branches or pull requests
This was initially reported in issue 6545.
I imagine a simple: right click -> save as...
Opens a save menu.
Allows for saving to a text file.
add:
Firebug.Console.log(targ);
to:
onInspectingClick in firebug-lite.js
This will add the HTML code of the inspected items to console.
Next, in the console window, right click -> save as...
Save the log to a file.
What should be implemented/improved?
Console Output to file.
Browser version: Preferred Chrome (Firefox,etc...)
Operating system: Any
Thank you!
The text was updated successfully, but these errors were encountered: