Backed out changeset 6c9761aa3f02 (bug 1346775)

This commit is contained in:
Sebastian Hengst 2017-03-15 19:23:01 +01:00
Родитель ac836c93ca
Коммит a64a8559f4
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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
}