Skip to content

Commit

Permalink
viewclient.py: added more verbose error message
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmilano committed May 2, 2013
1 parent ae90647 commit 5a787d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AndroidViewClient/src/com/dtmilano/android/viewclient.py
Expand Up @@ -1650,7 +1650,7 @@ def list(self, sleep=1):
MonkeyRunner.sleep(sleep)

if self.useUiAutomator:
raise Exception("Not implemented yet")
raise Exception("Not implemented yet: listing windows with UiAutomator")
else:
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
try:
Expand Down

0 comments on commit 5a787d9

Please sign in to comment.