Inspect hovered element in Chrome?

前端 未结 21 1530
小鲜肉
小鲜肉 2020-12-22 17:44

I am trying to view, through Chrome\'s developer tools, how tooltips are structured on a site. However, even when I am hovered over the item, when I \"inspect element\", not

21条回答
  •  一整个雨季
    2020-12-22 18:02

    1)Open the Inspect window by clicking F12

    2)Go to source tab(next to console)

    3)Now hover on element to be inspected and keep your mouse over there.

    4)Using keyboard(Tab or shift+tab) to move the control to pause button or F8Refer the image

    5)When keyboard focus is on Play button. Hit enter. Your hover element will be freezed you can do anything now

提交回复
热议问题