Karate 空手道+;Appium,命令驱动程序。startRecordingScreen()不工作

Karate 空手道+;Appium,命令驱动程序。startRecordingScreen()不工作,karate,Karate,使用空手道向Appium服务器发送startRecordingScreen()命令时出现问题 我尝试用curl发送命令,但在空手道场景中失败了。Appium服务器控制台上没有任何日志 Feature: Simple test with appium Background: * url 'http://127.0.0.1:4723' * configure driver = {type : 'android'} * def driverCaps = {"app":"...

使用空手道向Appium服务器发送startRecordingScreen()命令时出现问题

我尝试用curl发送命令,但在空手道场景中失败了。Appium服务器控制台上没有任何日志

Feature: Simple test with appium

Background:
    * url 'http://127.0.0.1:4723'
    * configure driver = {type : 'android'}
    * def driverCaps = {"app":".../.app","newCommandTimeout":180, "platformVersion": "6.0", "platformName": "Android","deviceName":"Android Emulator", "avd":"avd_name"}

Scenario: Simple scenario

Given driver driverCaps
And driver.startRecordingScreen()
And driver.click('..')

看起来有些Appium命令没有在空手道中实现?

是的,Appium肯定是实验性的,除非您或其他人能够提供帮助,否则它需要时间。我们现在的重点是准备好web UI自动化生产。它发展得很好,所以在我(有偏见的)看来,值得投资时间扩展到移动+桌面自动化。

所以有了“空手道”。。。也许我们也应该包括“UFC”: