MCPcopy 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
1347class UiDevice():

Callers

nothing calls this directly

Calls 3

touchMethod · 0.45
sleepMethod · 0.45
pressMethod · 0.45

Tested by

no test coverage detected