I am trying to write script using Java and Selenium. Using Appium tool for automation. I finished testing web app on simulator. I want to know if it is possible to run test script by connecting the real iPhone device to MAC through Wifi. If yes, will xcode be able to detect the device? If no, is there any software out there which can help me achieve this.
I know there is option of connecting using USB but I am dealing with remote MAC machine.
IPhone real device automation environment setup
914 Views Asked by amaurya123 At
1
There are 1 best solutions below
Related Questions in IOS
- Overlapping UICollectionView in storyboard
- Cannot pod spec lint because of undeclared type errors
- Is the transactionReceipt data present in dataWithContentsOfURL?
- UIWebView Screen Fitting Issue
- ZXingObjC encoding issues
- iOS: None of the valid provisioning profiles allowed the specific entitlements
- How to hide "Now playing url" in control center
- CloudKit: Preventing Duplicate Records
- Slow performance on ipad erasing image
- Swift code with multiple NSDateFormatter - optimization
- iOS 8.3 Safari crashes on input type=file
- TTTTimeIntervalFormatter always returns strings in English
- How do I add multiple in app purchases in Swift Spritekit?
- Setup code for xibs in iOS. -awakFromNb:
- iOS Voice Over only reads out the title of any alert views
Related Questions in IPHONE
- UIWebView Screen Fitting Issue
- ios responsive design not working (too wide in portrait orientation)
- Setting View orientation to portrait is ignored
- How do I add custom cells to TableView in Swift?
- UIWebView not loading URL in simulator
- What is the limit for number of subscribers to a stream(publisher's) in opentok/tokbox iOS SDK?
- How to generate request format for WCF web service method for Mac and iPhone
- Difference between gethostname() and [NSProcessInfo hostName]?
- How to force close ipad/iphone keypad when input element is not focused using JS?
- iOS app rejected because of in-app purchase
- iOS coordinates for iPad and iPhone game using spritekit
- What is the best practice when making a storyboard for iPhone and iPad?
- Labels properties changing in Xcode
- Terminating app due to uncaught exception
- Exchange plist data between 2 iPad using iCloud
Related Questions in SELENIUM-WEBDRIVER
- How to access invisible Unordered List element with Selenium WebDriver using Java
- Fail Upload file in Selenium webdriver using Robot class
- How do I use DataProvider with Apache POI
- I am not able to get Exact frame and not able to select exact element using selenium web drive
- Selenium C#: Store element's position on graph as a variable
- Selenium webdriver for handling dynamic ckeditors
- Easy to use multi browser automation tool for record, parameterize, debug, batch run of suites and results report
- Not able to select option from dropdown box in an android mobile application
- What can cause `UnreachableBrowserException: Could not start a new session`?
- Click on the 'compose' button in gmail inbox page
- python - selenium change frame not working
- How to select value from dropdown and double click on same selected item in selenium webdriver.?
- Selenium Firefox webdriver does not adopt profile
- Cannot assign an inst variable in Switch "--user-data-dir" in Selenium Wedriver Chrome
- Phantomjs fails when Protractor is run with selenium hub
Related Questions in IOS-UI-AUTOMATION
- How to programatically get the UI Hierarchy in my automation script?
- From where does target.logElementTree() retrieve information?
- Backdoor concept in Appium (like in Calabash) for UI testing
- How to tap a button in UI Automation which has only coordinates?
- How to get back to the application which escapes control?
- instruments[34247:1345307] Attempting to set event horizon when core is not engaged, request ignored
- UIAutomation - command line issue
- Can't find the value of a UIAStaticText in Appium
- How to wait for Location Alert ( which is system alert) to show?
- Appium XCUITest - iOS 10 Tests Are Running Very Slow
- XCTest How to tap on Url (Link) inside UITextview?
- IPhone real device automation environment setup
- Test network problems in simulator launched by Appium XCUITest
- Is it possible to access lock screen elements with iOS UIAutomation?
- UIAutomation with bwoken and tuneupJS
Related Questions in APPIUM-IOS
- Does Appium 1.6 works with Xcode 8.2?
- "Button Tap" gives "An unknown server-side error occurred while processing the command." in Appium Android test
- Appium with MochaJS "Not JSON response" when trying to run a test for iOS
- Steps to test Cordova Hybrid Mobile Application using Appium
- Appium - IOS 9.3 - "Open app" Alert view cannot be pressed
- Appium 1.6 1 with IOS 10 and Xcode 8.0 - unable to launch appium inspector
- IPhone real device automation environment setup
- Appium -this.nativeTap is not a function at XCUITestDriver.navigate
- Test network problems in simulator launched by Appium XCUITest
- Appium iOS 11 RemoteViewBridge - access default app sdk like Photo, Email
- How to setup or can we setup appium on ubuntu for ios?
- iOS Automated Tests - XCTest vs Appium
- Connection time out while starting appium server via code
- IOSDrive becomes null and Appium TestNG tests restarts the app in between
- How to download Appium Desktop in Ubuntu 16
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Now if I am understanding your problem correctly - you want to run test on real device without physically connecting to MAC.