How to inspect an element in IE10 (For Free)
Asked Answered
M

3

6

With chrome, I can right click on any element of the page, and choose "Inspect Element"

How do I get this "kind of working" with IE10 for free ?

Mansoor answered 31/1, 2014 at 2:17 Comment(3)
You can press F12 and use the developer tools.Buckskin
Yes, my HTML page is more than 2000 lines long, shall I scroll , and click on the little [+] expand hundreds of time before I find the element I want to inspect, or is there any shortcut available to me for this to save me and the business I work for some useless spent monkey time?Mansoor
I can send it to OneNote when I right click on it ... ^^^Mansoor
H
9

IE Developer Tools provides a "click to select" tool - for free.

See Getting Started with the F12 Developer Tools (IE9/10) and look for "Select element by click":

The Find menu has only one item, Select element by click. You can enable this feature from the menu item, by clicking the Select clement by click button Picture of Select Element by Click button or by pressing Ctrl+B.

By enabling this feature, you can choose an element on a webpage by clicking the element on the page. After the element on the webpage is clicked, a border is drawn around the element. If the HTML tab is open, the left pane will scroll to highlight the selected element.

The properties pane (right pane) displays the properties of the selected element, according to the current property type that you have chosen (Style, Trace Styles, Layout, or Attributes). If the HTML tab isn't currently open, using Select element by click selects the element and automatically switches focus back to the HTML tab. Select element by click is only enabled until you click an element.

For IE 11, see Diagnose and fix layout problems. The "click to select" still works the same, including the Ctrl+B shortcut, but the developer UI has changed.

Hankhanke answered 31/1, 2014 at 2:37 Comment(1)
Maybe the guys at Microsoft should hire a usability quality specialist and few decent more testers. Or maybe we should wait end of 2014 before they go below 10% world share market before we can all finally add a page : Sorry, Internet explorer browsers are not supported anymore "..Mansoor
K
2

On IE8 and above you can get the Developer Toolbar by pressing F12, and then Ctrl+B (or click the pointer) to inspect an element.

Kalakalaazar answered 3/5, 2015 at 23:13 Comment(0)
O
0

press f12 , if that is not working then press Crl+Alt+C to inspect the page

Ovenbird answered 28/4, 2021 at 9:43 Comment(0)

© 2022 - 2025 — McMap. All rights reserved.