Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Inspect the HTML Element Which comes only on Hover or Focus [duplicate]

i just want to inspect one html code block(for eg: tooltip), which comes only when i focus on the input text box. I am unable to see the properties of the tooltip code block, using web inspector or firebug. Please help me to inspect those htmls which present only on hovering or focusing on some other elements.Thanks in advance for any help.

like image 467
Mohamed Hussain Avatar asked Dec 08 '22 16:12

Mohamed Hussain


1 Answers

On Chrome you can do it like this

Chrome inspect

See bottom right, you can toggle the element states as you wish

like image 122
Sam Avatar answered Dec 11 '22 09:12

Sam