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

≯℡__Kan透↙ 提交于 2019-11-27 02:41:02

问题


Is it possible to select more than one element at a time in the Chrome Developer Tools Elements panel? Would be useful for deleting multiple sibling elements or quick re-ordering. I expected Command + Click or Shift + Click to do this but it didn't work.


回答1:


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




回答2:


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.




回答3:


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!




回答4:


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.



来源:https://stackoverflow.com/questions/30489636/is-it-possible-to-select-multiple-elements-in-the-chrome-developer-tools-element

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