mechanic
mechanic copied to clipboard
A CSS-style selector engine for iOS UIAutomation
GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

UIAWindow UIACollectionView UIACollectionCell...... No matter what I do, it won't find the collectionView or the cells. I have tried $('collection') $('UIACollectionView') $('collectionCell') zero elements are always found.
All these plugins are in active use on a continuous integration testing suite for iOS 6 applications. They were developed to avoid intermittent test failures due to quirks in Instruments...
Same as in getElementsByType, makes selectors easier to use.
I have a cancel uibarbuttonitem. When I do this $("#Cancel").index(), the result is -1. Am I missing something here? Just to clarify, $("#Cancel") does work by itself but .index() won't...
The following code throws an error in mechanic, as far as I can isolate it as a result of trying to look up an element by identifier after opening and...
The first two mechanic calls below behave as expected. The filter in the next call returns an empty set when I expected the same result as immediatlely prior. The second...
Currently, specs must be ran in a browser via a static HTML file that servers as a spec runner. Add support for jasmine-headless and update RakeFile accordingly so that tests...