# selenium-objective-c **Repository Path**: mirrors_appium/selenium-objective-c ## Basic Information - **Project Name**: selenium-objective-c - **Description**: Selenium WebDriver Bindings for Objective-C - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Selenium.framework Selenium WebDriver Bindings for Objective-C To embed in your project take a look at [Appium.app](https://github.com/appium/appium-dot-app) or follow the instructions [here](http://old.wiki.remobjects.com/wiki/How_to_link_Custom_Frameworks_from_your_Xcode_Projects). ## Getting It * download it from [cocoapods](https://www.cocoapods.org) by adding Selenium to your .podfile * download it as a [ZIP](https://github.com/appium/selenium-objective-c/releases/download/v1.0.1/Selenium.framework.zip). * build it yourself ## Building It 1. Clone this repository at [https://github.com/appium/selenium-objective-c](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.