rickytan / UIAutomationJS

A UIAutomation javascript stub, used for code completion in WebStorm or something else

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UIAutomationJS

Introduction

Automation is a awesome feature of Instruments, but the build-in code editor doesn't support autocompletion. So I created the repo.

This Repo is just a javascript code stub, all the implementations are empty, it just tells the editor how many build-in classes are there, and

how does them inherit from others.

Usage

  1. Open WebStorm Preferences => Languages & Frameworks => JavaScropt => Libraries

    Preference

  2. Click Add button on the right, input name, then click + to Attach Directories

    Custom Library

  3. Click OK

  4. And finally, don't forget to Enable it in your UI Test project.

    Enable

Now is should work!

About

A UIAutomation javascript stub, used for code completion in WebStorm or something else

License:MIT License


Languages

Language:JavaScript 100.0%