what-to-click / browser-extension

Create how-to documentation in seconds.
https://addons.mozilla.org/en-US/firefox/addon/what-to-click/
GNU General Public License v3.0
65 stars 10 forks source link

does not take screenshot on modal listbox click and select #16

Open TigerdieKatze opened 4 months ago

TigerdieKatze commented 4 months ago

The extension does not create a step when a listbox is clicked and an option is selected. This should be possible.

wrbl606 commented 3 months ago

Native HTML selects are using native system-level UI which aren't captured by the document-level click listeners.

Lacking an option to capture interactions on the system level (opening other apps, drag and dropping files, etc.) and security options on some iframes preventing the clicks to be captured by design are main reasons that I started developing the desktop version of What-to-click (at least the click capturing part).

To be clear, I'll keep the browser click gathering at the time being as it has low friction to install and works for most cases.