зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 6c9761aa3f02 (bug 1346775)
This commit is contained in:
Родитель
ac836c93ca
Коммит
a64a8559f4
|
@ -135,8 +135,9 @@ class ActionSequence(object):
|
|||
:param origin: Origin of coordinates, either "viewport", "pointer" or
|
||||
an Element. If None, remote end defaults to "viewport".
|
||||
"""
|
||||
# TODO change to pointerMove once geckodriver > 0.14 is available on mozilla-central
|
||||
action = {
|
||||
"type": "pointerMove",
|
||||
"type": "move",
|
||||
"x": x,
|
||||
"y": y
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче