-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
命令行说明 #16
base: master
Are you sure you want to change the base?
命令行说明 #16
Conversation
健壮IDE |
@@ -163,6 +163,10 @@ and `another <https://github.com/appium/appium/blob/master/docs/en/drivers/ios-x | |||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |||
you can use iOS device in airtest with http://127.0.0.1:8100 | |||
|
|||
ps:如果启动IDE不行的话,使用命令行启动 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
感谢pr~,这里改成 “如果AirtestIDE连接设备失败,可以尝试用命令行方式启动,如果还是不行,可以提issue并提供命令行log” ?
@@ -163,6 +163,10 @@ and `another <https://github.com/appium/appium/blob/master/docs/en/drivers/ios-x | |||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |||
you can use iOS device in airtest with http://127.0.0.1:8100 | |||
|
|||
ps:如果启动IDE不行的话,使用命令行启动 | |||
➜ ~ cd /Applications/AirtestIDE.app/Contents/MacOS |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里加上md的代码格式?
```bash ...```
这样
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
修复了可以重新提下pr哈~
* Properly adjust the orientation for full-screen shots * Only fix the orientation if needed * Revert "Only fix the orientation if needed" This reverts commit fae7914d5df7752ef131af2845e4bfc2131021ed. * Tune error messages * Fix taking screenshots for elements with 'correct' frames in landscape mode * Apply some small refactoring * Use appFrame everywhere
增加命令行说明