我是Appium Mobile Automation工具的新手。我在线学习了一些教程,并且能够使用"记录" Mac机上的Appium功能。但是,我的要求是在Windows机器上生成测试用例。我在Appium搜索并偶然发现了这个 link
我试图在我的本地Windows计算机上运行它但是有以下错误
Uncaught ReferenceError: require is not defined
file:///C:/browser/icons/style.css Failed to load resource: net::ERR_FILE_NOT_FOUND
file:///C:/browser/styles/style.css Failed to load resource: net::ERR_FILE_NOT_FOUND
file:///C:/node_modules/angular-ui-layout/src/ui-layout.css Failed to load resource: net::ERR_FILE_NOT_FOUND
file:///C:/node_modules/angular-material/angular-material.min.css Failed to load resource: net::ERR_FILE_NOT_FOUND
http://localhost:35729/livereload.js Failed to load resource: net::ERR_CONNECTION_REFUSED
任何人都可以指导我如何在Windows机器上运行它?
答案 0 :(得分:1)
您必须使用uiautomator查看器来查找标识元素的路径,因为Windows中的记录器不起作用。
答案 1 :(得分:0)
您不需要单独安装Appium Inspector。它带有Appium桌面。只需安装Appium Desktop,然后在启动服务器后,单击放大镜图标。这将为Appium Inspector打开一个启动窗口。接下来,您需要定义两个键/值对。第一个是platformName,您可以根据应用类型将其设置为iOS或Android。第二个是deviceName,将其设置为您喜欢的任何名称。然后提交表单,它将启动Appium Inspector。