- Open Chrome dev-tools via e.g. F12
- Open the "Run Command" window e.g. via Ctrl+Shift+P
- Start typing "Disable JavaScript" to preselect that command (do not confirm it yet)
- Hover your mouse where needed to show the UI element to inspect e.g. a tooltip dialog
- Hit enter to confirm disabling JavaScript, which will hopefully make the element stay where it is
You can now inspect the element in dev-tools as needed. Run the command "Enable JavaScript" once you are done.
