selenium-ide
selenium-ide copied to clipboard
Record mousedown for element not firing click
🚀 Feature Proposal
For an element that fires mousedown/up events but does not fire the click event, IDE does not record the mousedown/up events, let alone the click event. The mousedown should be recorded.
On the contrary, for elements that fire mousedown/up events together with the click event, only the click is recorded, which is the expected behavior.
Motivation
In case the mousedown is not recorded, nothing gets recorded and a playback would be futile.
Example
When a button does not fire a click event, mousedown can still be recorded in a test case.