airtest.core.android.yosemite_ext module

class YosemiteExt(adb)[源代码]

基类:Yosemite

property path
device_op(op_name, op_args='')[源代码]

Perform device operations

参数:
  • op_name – operation name

  • op_args – operation args

返回:

None

get_clipboard()[源代码]

Get clipboard content

返回:

clipboard content

set_clipboard(text)[源代码]

Set clipboard content

参数:

text – text to be set

返回:

None

change_lang(lang)[源代码]

Change language

参数:

lang – language to be set

返回:

None