I am doing a console.log statement in my javascript in order to log a javascript object. I\'m wondering if there\'s a way, once that\'s done - to copy that object as javascr
Firstly, Right click on data which you want to store -> select "Store as global variable"
And the new temp variable appear like bellow: (temp3 variable):
New temp variable appear in console
Second use command copy(temp_variable_name) like picture:
enter image description here
After that, you can paste data to anywhere you want.
hope useful/