【问题标题】:Appium- node.js - I am using this touch function and want to tap on this specific coordinate.But it gives me an errorAppium-node.js - 我正在使用这个触摸功能并想点击这个特定的坐标。但它给了我一个错误
【发布时间】:2023-03-21 15:23:01
【问题描述】:

driver.touchAction({actions: 'tap', x: 269, y: 1605})

错误:

未知错误:处理命令时发生未知的服务器端错误。原始错误:未知操作未定义

【问题讨论】:

    标签: node.js automation appium appium-android


    【解决方案1】:

    请尝试使用这个: TouchAction action = new TouchAction(Mobiledriver); action.tap(PointOption.point(269, 1605)).perform().release();

    【讨论】:

      猜你喜欢
      • 2010-12-20
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-11-08
      • 1970-01-01
      • 1970-01-01
      • 2015-03-09
      • 1970-01-01
      相关资源
      最近更新 更多