airtest.core.android.recorder module

class Recorder(adb)[源代码]

基类:airtest.core.android.yosemite.Yosemite

Screen recorder

start_recording(**kwargs)
stop_recording(output='screen.mp4', is_interrupted=False)[源代码]

Stop screen recording

参数:
  • output – default file is screen.mp4
  • is_interrupted – True or False. Stop only, no pulling recorded file from device.
Raises:

AirtestError – if recording was not started before

返回:

None

pull_last_recording_file(output='screen.mp4')[源代码]

Pull the latest recording file from device. Error raises if no recording files on device.

参数:output – default file is screen.mp4