Is it possible to select multiple elements in the Chrome Developer Tools Elements panel?

£可爱£侵袭症+ 提交于 2019-11-28 09:02:42

The answer is NO, it is not possible to select more than one element at a time in the Chrome Dev-Tools. You may refer to the Chrome Dev-Tools Tips and Tricks https://developer.chrome.com/devtools/docs/tips-and-tricks

The Answer is NO: While you cannot select an arbitrary set of elements, you can modify settings of groups of elements indicated by tag or class.

Go to the parent that contains all of the html elements that you want to influence ... edit as html. Then you can modify everything inside however you want!

Old topic, just updating...the answer today in Nov 2017 is: YES, WE CAN!

No exactly copy all, but you can click on element and copy, so you can copy all inside it.

you can copy the entire html by right clicking on the highest html tag above and then select copy outer html(or copy as html in older versions)-> paste it in your code editor->save the document as .html ->click your formatter key combination to format the document(otherwise it would look terrible)->voila you can take whatever you need now.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!