Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

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.

like image 950
Dustin Gaudet Avatar asked May 27 '15 17:05

Dustin Gaudet


People also ask

How do you copy multiple elements from inspect element?

First, hover over the element you want to copy. Then, right-click on it and choose the option “Inspect”. On the left side is the HTML DOM tree, and on the right side, the CSS styles of the selected element. Having the right element selected on the HTML DOM tree, right-click on it and choose “Copy” > “Copy styles”.

How do I separate Chrome Developer Tools?

Just type ctrl+shift+I in google chrome & you will land in an isolated developer window. Show activity on this post. If you need to open the DevTools press ctrl-shift-i. If the DevTools window is already opened you can use the ctrl-shift-d shortcut; it switches the window into a detached mode.


1 Answers

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

like image 97
Channox Avatar answered Oct 24 '22 11:10

Channox