[Chromedriver] Do not need release events for wheel events
In Chromedriver's ExecutePerformActions, we put the mouse events which have a button pressed in a list of input_cancel_list in the session, so we will release any pressed buttons at the end of each test. For mouse wheel events we also generate mouse events with type of "wheel", and it does not support any pressed button, so we should not push the mouse event in the input_cancel_list. Bug: 1040611 Change-Id: I3f651a26b9137dbd8e7754d62852be64f44d5e6f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2387546Reviewed-by:John Chen <johnchen@chromium.org> Commit-Queue: Lan Wei <lanwei@chromium.org> Cr-Commit-Position: refs/heads/master@{#803673}
Showing
Please register or sign in to comment