【发布时间】:2019-09-11 12:20:47
【问题描述】:
使用空手道向 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 命令没有在空手道中实现?
【问题讨论】:
-
所以有“空手道”......也许我们也应该包括“UFC”:)
标签: karate