Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 961 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 961 Bytes

Selenium.framework

Selenium WebDriver Bindings for Objective-C

To embed in your project take a look at Appium.app or follow the instructions here.

Getting It

  • download it from cocoapods by adding Selenium to your .podfile
  • download it as a ZIP.
  • build it yourself

Building It

  1. Clone this repository at https://github.com/appium/selenium-objective-c
  2. Open the Selenium.xcodeproj from the Selenium directory.
  3. Ensure that the Selenium framework is chosen as the target (not libSelenium).
  4. Go to Product > Build For > Running.
  5. Retrive the Selenium.framework from the publish directory.