0

I'm trying to debug what is happening when I hover over an element. In the Elements tab of Chrome's Developer Tools I see that when I hover over the element, the contents of the element I am hovering over changes from some text to "...". How can I automatically expand the contents of the element using the keyboard? I can't move the mouse to click on it, because as soon as my mouse is no longer hovering over the current element the contents reverts to the original text.

I tried F8 to pause execution on the page, but this did not work because there is nothing running to pause, it's all CSS.

Update: I'm voting to close because I found the solution on the linked page - not the accepted answer, because that did not work, but running the following in the console before hovering:

setTimeout(function(){debugger;}, 5000)
Michael
  • 7,894
  • 12
  • 50
  • 101

0 Answers0