Skip to content

Commit

Permalink
Update test_driver.click() documentation to specify "mouse" click.
Browse files Browse the repository at this point in the history
#48158

Change-Id: Ic3c18dd7ae76077fa2303018918777dc04d82022
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5861351
Commit-Queue: Robert Flack <flackr@chromium.org>
Auto-Submit: Mustaq Ahmed <mustaq@chromium.org>
Reviewed-by: Robert Flack <flackr@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1358149}
  • Loading branch information
mustaqahmed authored and chromium-wpt-export-bot committed Sep 20, 2024
1 parent f7a3977 commit 783e382
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions resources/testdriver.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,10 @@
},

/**
* Triggers a user-initiated click
* Triggers a user-initiated mouse click.
*
* If ``element`` isn't inside the
* viewport, it will be scrolled into view before the click
* occurs.
* If ``element`` isn't inside the viewport, it will be
* scrolled into view before the click occurs.
*
* If ``element`` is from a different browsing context, the
* command will be run in that context.
Expand Down

0 comments on commit 783e382

Please sign in to comment.