Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/selenium/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
键盘不存在运行Appium selenium脚本时出错_Selenium_Selenium Webdriver_Automated Tests_Appium_Appium Ios - Fatal编程技术网

键盘不存在运行Appium selenium脚本时出错

键盘不存在运行Appium selenium脚本时出错,selenium,selenium-webdriver,automated-tests,appium,appium-ios,Selenium,Selenium Webdriver,Automated Tests,Appium,Appium Ios,马科斯莫哈韦10.14.4 Appium桌面1.13.0 selenium java 3.141.59 testng 6.14.3 java客户端6.1.0 当在Appium desktop中选中元素属性时,“可见”属性为false,尽管它是可见的,我可以在应用中手动输入用户id。点击并单击Appium桌面也不起作用。我曾尝试根据java代码中的坐标点击,但没有成功。如有任何建议,我们将不胜感激 WebElement ele = driver.findElement(By.xpath("//XC

马科斯莫哈韦10.14.4 Appium桌面1.13.0 selenium java 3.141.59 testng 6.14.3 java客户端6.1.0

当在Appium desktop中选中元素属性时,“可见”属性为false,尽管它是可见的,我可以在应用中手动输入用户id。点击并单击Appium桌面也不起作用。我曾尝试根据java代码中的坐标点击,但没有成功。如有任何建议,我们将不胜感激

WebElement ele = driver.findElement(By.xpath("//XCUIElementTypeOther[@name=\"AlMobile\"]/XCUIElementTypeOther[5]\n"));
ele.click();
ele.sendKeys("user01");
错误日志可从以下链接获得:

我也面临着同样的问题。我也面临着同样的问题。