Appium 屏幕录制功能无法使用?

Aaron · November 20, 2019 · 872 hits
async function main () {
  .........................
  await driver.startRecordingScreen()
  .........................
}

main().catch(console.log)

执行脚本时报错
TypeError: driver.startRecordingScreen is not a function

No Reply at the moment.
需要 Sign In 后方可回复, 如果你还没有账号请点击这里 Sign Up