Skip to content

Commit

Permalink
fixed broken link (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
saikrishna321 authored and imurchie committed Jul 9, 2018
1 parent 7c69fac commit df6115c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ npm install appium-android-driver
```

## Usage
Import Android Driver, set [desired capabilities](http://appium.io/slate/en/1.5/?javascript#appium-server-capabilities) and create a session:

Import Android Driver, set [desired capabilities](http://appium.io/docs/en/writing-running-appium/caps/index.html#android-only) and create a session:

```
import { AndroidDriver } from `appium-android-driver`
Expand Down Expand Up @@ -163,12 +164,10 @@ If more than one of these capabilities are given, the driver will only use first
| `powerCapacity` |
| `networkSpeed` |


## API Notes

`lock` behaves differently in Android than it does in iOS. In Android it does not take any arguments, and locks the screen and returns immediately.


## Development

### Transpile ES2015 code
Expand Down

0 comments on commit df6115c

Please sign in to comment.