Skip to content

appium-boneyard/selenium-objective-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.