Open
Conversation
Author
|
健壮IDE |
brantxiong
reviewed
Dec 18, 2018
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
| you can use iOS device in airtest with http://127.0.0.1:8100 | ||
|
|
||
| ps:如果启动IDE不行的话,使用命令行启动 |
Member
There was a problem hiding this comment.
感谢pr~,这里改成 “如果AirtestIDE连接设备失败,可以尝试用命令行方式启动,如果还是不行,可以提issue并提供命令行log” ?
| you can use iOS device in airtest with http://127.0.0.1:8100 | ||
|
|
||
| ps:如果启动IDE不行的话,使用命令行启动 | ||
| ➜ ~ cd /Applications/AirtestIDE.app/Contents/MacOS |
Member
There was a problem hiding this comment.
这里加上md的代码格式?
```bash ...```
这样
NoneTypeCoder
pushed a commit
that referenced
this pull request
Mar 16, 2023
* 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
增加命令行说明