Skip to content
This repository has been archived by the owner on Mar 1, 2019. It is now read-only.

Commit

Permalink
update readme example resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
codeskyblue committed Mar 17, 2016
1 parent 54d3a73 commit 0ef8724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ d.stop_app(package_name)
所以通常只需要找个分辨率高点的设备,然后截个图。同样宽高比的手机就可以一次拿下。

```
d.resolution = (1280, 1920)
d.resolution = (1080, 1920)
```
注意第一个数要比第二个数小

Expand Down

0 comments on commit 0ef8724

Please sign in to comment.