Selenium 1.3.3× 测试已测试✗ 语言语言 Obj-CObjective C许可证 自定义 发布最新发布2015 年 1 月由 Dan Cuellar 维护。安装指南×Selenium 安装指南您想像以下示例一样将 pod 'Selenium', '~> 1.3' 添加到您的 Podfile 中target 'MyApp' do pod 'Selenium', '~> 1.3' end然后,在终端或从 CocoaPods.app 中运行 pod install或者,为了测试运行,运行以下命令pod try Selenium查看 PodspecGitHub 仓库主页CocoaPods.org 页面Selenium 1.3.3由Appium 贡献者appium/selenium-objective-cGitHub 仓库 Selenium.framework Objective-C 的 Selenium WebDriver 绑定 要在您的项目中嵌入它,请查看 Appium.app 或按照此处的说明。 获取方式 通过将 Selenium 添加到您的 .podfile,从 cocoapods 下载它 作为 ZIP 下载。 自行构建 构建 在 https://github.com/appium/selenium-objective-c 上克隆此仓库 从“Selenium”目录中打开 Selenium.xcodeproj 确保选择 Selenium 框架为目标(而不是 libSelenium)。 转到 Product > Build For > Running。 从 publish 目录中检索 Selenium.framework。