Git Product home page Git Product logo

e34simctl's Introduction

E34Simctl

  • Start the WebServer (default port is 9898)
  • To launch a simulator:
POST http://localhost:9898/simulator/launch
HEADERS:
      Content-Type: application/json
BODY:
{
      "simulator": "iPhone 6"
}

This will allocate a new simulator and launch it, together with WebDriverAgent. When the requests comes back (it might take a while), this should be the body

{
  "status": 0,
  "value": {
    "sessionId": "CCE0CE37-0539-49BD-8054-F245DFE96FD7",
    "capabilities": {
      "device": "iphone",
      "browserName": null,
      "CFBundleIdentifier": null,
      "sdkVersion": "9.3"
    }
  },
  "webdriverUrl": "http://localhost:27273/session/CCE0CE37-0539-49BD-8054-F245DFE96FD7",
  "sessionId": "CCE0CE37-0539-49BD-8054-F245DFE96FD7",
  "inspectorUrl": "http://localhost:27273/inspector"
}

Test runner code will be injected in a system app (Safari); the actual test app is (for now) TableSearch from Apple.s

(!) Note: Currently allocating a new simulator every time, so careful or you might end up like this: oops

`

e34simctl's People

Contributors

simad avatar

Watchers

François Reynaud avatar James Cloos avatar Michael Palotas avatar François Reynaud - Element34 Solution avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.