uiautomator icon indicating copy to clipboard operation
uiautomator copied to clipboard

The first call of `d.server.start()` doesn't return

Open xiaocong opened this issue 11 years ago • 2 comments

It's on Windows 7 32bit and python2.7. Not sure the root cause, but likely the server was started actually, because when I open another python console, and it worked well.

xiaocong avatar Sep 05 '13 02:09 xiaocong

I found it once on Windows 7 64 bit and python2.7.6 too maybe the timeout is not enough sometimes timeout = 5 while not self.alive and timeout > 0: time.sleep(0.1) timeout -= 0.1

henrydeng avatar Oct 23 '14 02:10 henrydeng

Is this issue closed?

CourageTrain avatar Apr 21 '22 03:04 CourageTrain