Skip to content

Commit 565e4e3

Browse files
committed
Add mission Operations
1 parent 2676525 commit 565e4e3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/com/dtmilano/android/culebron.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ class Operation:
114114
DEFAULT = 'default'
115115
DRAG = 'drag'
116116
DUMP = 'dump'
117+
DUMP_UI_AUTOMATOR_HELPER = 'dum_ui_automator_helper'
117118
FLING_BACKWARD = 'fling_backward'
118119
FLING_FORWARD = 'fling_forward'
119120
FLING_TO_BEGINNING = 'fling_to_beginning'
@@ -146,6 +147,7 @@ class Operation:
146147
SLEEP = 'sleep'
147148
SWIPE_UI_AUTOMATOR_HELPER = 'swipe_ui_automator_helper'
148149
TRAVERSE = 'traverse'
150+
TRAVERSE_UI_AUTOMATOR_HELPER = 'traverse_ui_automator_helper'
149151
VIEW_SNAPSHOT = 'view_snapshot'
150152
WAIT_FOR_IDLE_UI_AUTOMATOR_HELPER = 'wait_for_idle_ui_automator_helper'
151153
WAIT_FOR_WINDOW_UPDATE_UI_AUTOMATOR_HELPER = 'wait_for_window_update_ui_automator_helper'

tools/culebra

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ from __future__ import print_function
2525
import culebratester_client
2626
from culebratester_client import WindowHierarchy
2727

28-
__version__ = '21.10.0'
28+
__version__ = '21.10.1'
2929

3030
import calendar
3131
import codecs

0 commit comments

Comments
 (0)