Skip to content

Commit

Permalink
tweak docs
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Aug 30, 2024
1 parent 2185145 commit f33c75b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/reference/execute-methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -2091,8 +2091,6 @@ payload | string | Base64-encoded content of the recorded media file if `remoteP

Runs the given command as a subcommand of `xcrun simctl` against the device under test.

`stream` commands such as log stream keeps listening the output, thus Appium keeps waiting for the command to end up to the given `timeot`.

#### Arguments
Name | Type | Required | Description | Example
--- | --- | --- | --- | ---
Expand All @@ -2105,5 +2103,5 @@ timeout | number | no | Command timeout in milliseconds. If the command blocks f
Name | Type | Description | Example
--- | --- | --- | ---
stdout | string | The standard output of the command. | `'/Users/user/Library/Developer/CoreSimulator/Devices/60EB8FDB-92E0-4895-B466-0153C6DE7BAE/data\n'`
stderr | string | The standard error of the command. | `''`
stderr | string | The standard error of the command. | `''` (an empty string)
code | string | The status code of the command. | `0`

0 comments on commit f33c75b

Please sign in to comment.