简体   繁体   English

如何使用Java for iPhone Automation在MAC上设置Appium?

[英]How to setup Appium on MAC with Java for iPhone Automation?

I am new to the world of Software Test Automation. 我是软件测试自动化领域的新手。 I have worked earlier as a developer. 我之前是一名开发人员。 I have successfully setup and used the Appium for Android apps testing with Java environment on Windows, Mac Mini and Linux. 我已经成功设置并使用Appium在Windows,Mac Mini和Linux上的Java环境下对Android应用程序进行了测试。 Can anyone please help me with setup of appium for iOS testing? 谁能帮助我设置用于iOS测试的appium? My environment is as follows. 我的环境如下。

1) Mac Mini (An old machine) 2) Java 3) iPhone 1)Mac Mini(旧机器)2)Java 3)iPhone

Any link to the step-by-step video tutorial and/or useful webpage will be much appreciated. 到分步视频教程和/或有用的网页的任何链接将不胜感激。 I will appreciate even more if one could provide me the steps in the answer itself. 如果可以为我提供答案本身中的步骤,我将不胜感激。

First of all this is not a site where you ask for tutorials - this is a place where you provide your programming problem and users try to solve it together. 首先,这不是您要求教程的网站-在这里您可以提供编程问题,用户可以尝试共同解决。

Secondly, I do not understand how can You not understand how to work with Appium for iOS if you have already experience with Android with Appium? 其次,如果您已经有使用Appium的Android经验,那么我不理解您如何使用iOS的Appium? Everything is the same except the driver which will be used to interact with (in this case IOSDriver(address, capabilities) ). 除了将用于与之交互的驱动程序外,其他所有内容都相同(在这种情况下为IOSDriver(address, capabilities) )。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在 Java appium 自动化中处理警报或弹出窗口 - How to handle alert or popup in Java appium automation 使用Java实现Appium自动化 - appium automation using java 如何在 Mac OS 上设置 Appium 以从 Android 和 iOS 设备上的 JAVA 类运行自动化测试 - How to setup Appium on Mac OS to run automated tests from JAVA classes on Android and iOS devices Appium:如何使用java中的自动化测试用例检查设备名称 - Appium : how to check device name using automation test cases in java 需要一些帮助在我的本地计算机 Mac OS (Java+appium+selenium) 上安排我的自动化脚本 - Need some help to schedule my automation script on my local machine Mac OS (Java+appium+selenium) 如何在appium中打开和访问导航侧抽屉? 我正在使用Java语言在Appium中实现自动化 - How to open & access navigation side drawer in appium ? I am using java language for automation in appium Appium设置可在Mac上使用.ipa文件为iOS应用运行自动化脚本(java) - Appium setup to run automated scripts (java) for iOS apps with .ipa file on mac 元素显示android appium自动化java - is element displayed android appium automation java 如何通过mac中的java以编程方式启动appium服务器? - How to start appium server programmatically through java in mac? 如何在Mac中使用Java在终端中触发appium命令? - How to fire appium command in terminal using java in Mac?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM