Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to copy response body to the clipboard in Chrome Dev Tools?

Firebug allows you to copy the response body to the clipboard via a context menu item. Does Chrome dev tools have a similar feature? If so, where is it located?

like image 711
thorn0 Avatar asked Oct 31 '12 20:10

thorn0


People also ask

How do I copy a response from the console?

Under Network , right click on the request, select Copy Response .


1 Answers

Under Network, right click on the request, select Copy Response.


enter image description here


Using Chrome 40.0.2214.93

like image 80
ndequeker Avatar answered Sep 28 '22 23:09

ndequeker