5 lines
70 B
Python
5 lines
70 B
Python
|
|
import uiautomator2 as u2
|
||
|
|
|
||
|
|
d = u2.connect()
|
||
|
|
d.set_input_ime(True)
|