rticau / ScreenCapLibrary

Robot Framework test library for capturing screenshots and video recording.
Apache License 2.0
38 stars 15 forks source link

Capture click/touch events #55

Open adamxi opened 4 years ago

adamxi commented 4 years ago

Is it possible to capture click or touch events in the recording? Like showing a small transparent circle at the mouse location when the click event happens.

cristii006 commented 4 years ago

Hello @adamxi,

ScreenCapLibrary's backends mss and pygtk does not support mouse displaying so at the moment this feature is not possible but it would be a nice-to-have. We are open to contribution and if you are interested in implementing this feature or have something in mind feel free to submit a pull request or give us a hint. This issue will remain open until we could implement it.

Best regards, Andrei

cristii006 commented 3 years ago

Hello @adamxi,

ScreenCapLibrary 1.5.0 via PR #65 introduced cursor display, is this what you were looking for, or is it something additional that you want to achieve?

Best regards, Andrei-Cristian