How To Configure Local iOS Device For UiPath Mobile Automation?

How to configure local iOS device for UiPath mobile automation?

Follow steps below to configure local iOS device for UiPath mobile automation:

  1. Install Xcode
  2. Install iOS Simulator
  3. Install Applications

    → Execute the below commands one after the another.

    1
    2
    3
    4
    5
    6
    7
    8
    # This installs Homebrew
    # This installs Node
    brew install node
    # This installs Appium
    npm install -g appium
    # This starts Appium
    appium --port 8001 --default-capabilities "{\"systemPort\":9001}" --relaxed-security

  4. Open Spotlight Search ("cmd + space")
  5. Open 'Network Utility'

    1.png
  6. Save 'IP Address'
  7. Your Appium URL will be http://:8001/wd/hub

  8. Follow the steps below to start your mobile automation adventure.

  9. Open StudioPro
  10. Create Project
  11. Open Package Manager
  12. Install the Mobile Automation Activities
  13. Download Demo Mobile Apps

    Note.

    Please note that your mobile apps need to be stored on your local macOS machine, that is, the machine where your Appium Server is running.

  14. Open Mobile Device Manager
  15. Click 'Add Device'
  16. Set 'Appium URL'
  17. Configure Device Path ("app")

    2.png
  18. Click 'Save & Close"
  19. Start Mobile Application .