Skip to content

Commit

Permalink
Fix misc. doc issues
Browse files Browse the repository at this point in the history
  • Loading branch information
imurchie committed Jul 8, 2014
1 parent a80cabe commit 3960185
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/en/contributing-to-appium/grunt.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ kinds of appium dev tasks. Here's what you can do:

By default, `grunt buildApp` builds apps using the iPhone 7.1 simulator SDK.
You can overwrite the simulator by passing another SDK to grunt (to figure out
which SDKs you have available, try `xcodebuild -showsdks`:
which SDKs you have available, try running `xcodebuild -showsdks`):

> grunt buildApp:UICatalog:iphonesimulator6.1
4 changes: 2 additions & 2 deletions docs/en/writing-running-appium/finding-elements.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ with certain constraints)
Appium additionally supports some of the [Mobile JSON Wire Protocol](https://code.google.com/p/selenium/source/browse/spec-draft.md?repo=mobile) locator strategies

* `-ios uiautomation`: a string corresponding to a recursive element search
using the UIAutomation library (iOS-only)
using the [UIAutomation library](ios_predicate.md) (iOS-only)
* `-android uiautomator`: a string corresponding to a recursive element
search using the UiAutomator Api (Android-only)
search using the [UiAutomator Api](uiautomator_uiselector.md) (Android-only)
* `accessibility id`: a string corresponding to a recursive element search
using the Id/Name that the native Accessibility options utilize.

Expand Down

0 comments on commit 3960185

Please sign in to comment.