Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dtmilano/AndroidViewClient
/ backspace
Method
backspace
src/com/dtmilano/android/viewclient.py:1341–1344 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1339
self.type(text, alreadyTouched=True)
1340
1341
def
backspace(self):
1342
self.touch()
1343
time.sleep(1)
1344
self.device.press(
'KEYCODE_DEL'
, adbclient.DOWN_AND_UP)
1345
1346
1347
class
UiDevice():
Callers
nothing calls this directly
Calls
3
touch
Method · 0.45
sleep
Method · 0.45
press
Method · 0.45
Tested by
no test coverage detected