Awesome
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
- Clone this repository at https://github.com/appium/selenium-objective-c
- Open the
Selenium.xcodeproj
from theSelenium
directory. - Ensure that the
Selenium
framework is chosen as the target (notlibSelenium
). - Go to Product > Build For > Running.
- Retrive the
Selenium.framework
from thepublish
directory.