Commit df3a09b3 authored by Lan Wei's avatar Lan Wei Committed by Commit Bot

Change pointer id to differentiate from other pointer type

In WebDriver spec, we assume that the actions with the same id and type
are the same, we should give the pointer actions of different source
types a different id.

Bug: 606367
Change-Id: I1d8f6a08ee8d98c4afd281f077e23067ad915ec3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626960Reviewed-by: default avatarNavid Zolghadr <nzolghadr@chromium.org>
Commit-Queue: Lan Wei <lanwei@chromium.org>
Cr-Commit-Position: refs/heads/master@{#663758}
parent afb3d872
......@@ -51,7 +51,7 @@
// Inject pen inputs.
new test_driver.Actions()
.addPointer("pointer1", "pen")
.addPointer("PenPointer1", "pen")
.pointerMove(0, 0, {origin: target0})
.pointerMove(0, 0)
.send();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment