Only events and commands mentioned below are supported. All other entities described in the spec throw not implemented errors.
This event is emitted upon new native video recording chunk is available
for consumption. These events are automatically being emitted as soon as
macos: startNativeScreenRecording
execute method is invoked. The emission
stops as soon as macos: stopNativeScreenRecording
is called, or the test
session is stopped.
appium:mac2.nativeVideoRecordingChunkAdded = {
method: "appium:mac2.nativeVideoRecordingChunkAdded",
params: {
uuid: text,
payload: text,
},
}
The event contains the following params:
The UUID of the video being broadcast.
Base64-encoded chunk of the corresponding video file.