commit | 02649e9136a4ada9ddf13197161f088427d15af0 | [log] [tgz] |
---|---|---|
author | Lan Wei <lanwei@chromium.org> | Wed Jul 29 19:37:33 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Jul 29 19:37:33 2020 |
tree | d1f76e411d3b8504efdebe56bc41ee7bc5c05b1f | |
parent | 14c57c5a02cf64753e1f9d5d21f7d86fa57514e4 [diff] |
Support Wheel input source in Action API We will add a new input source type to simulate the mouse wheel scroll to the Webdriver Action API, https://github.com/w3c/webdriver/pull/1522. In this CL, we are adding the wheel input source in the ChromeDriver's ExecutePerformActions function, which implements the Webdriver Action API in Chrome and we will use Devtool's input protocol, Input.dispatchMouseEvent with a type of "mouseWheel". Bug: 1040611 Change-Id: Ieb46c24466b6149d9f398385652a5779b0fd2adf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324972 Reviewed-by: John Chen <johnchen@chromium.org> Commit-Queue: Lan Wei <lanwei@chromium.org> Cr-Commit-Position: refs/heads/master@{#792821}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.