We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2622c8 commit 45aa68eCopy full SHA for 45aa68e
AndroidViewClient/examples/sample-ui-toggle-buttons.py
@@ -28,6 +28,8 @@
28
from com.dtmilano.android.viewclient import ViewClient, ViewNotFoundException
29
30
vc = ViewClient(*ViewClient.connectToDeviceOrExit())
31
+if vc.useUiAutomator:
32
+ print "ViewClient: using UiAutomator backend"
33
34
# Find the 3 toggle buttons, because the first 2 change their text if they are selected
35
# we use a regex to find them.
0 commit comments