File tree 2 files changed +6
-0
lines changed
lib/appium_lib_core/android
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file.
3
3
4
4
## [ Unreleased]
5
5
### Enhancements
6
+ - Update documentation about ` start_recording_screen `
6
7
7
8
### Bug fixes
8
9
Original file line number Diff line number Diff line change @@ -202,6 +202,11 @@ module Device
202
202
# use a size supported by your device's Advanced Video Coding (AVC) encoder.
203
203
# For example, "1280x720"
204
204
# @param [String] time_limit: Recording time. 180 seconds is by default.
205
+ # Since Appium 1.8.2 the time limit can be up to 1800 seconds (30 minutes).
206
+ # Appium will automatically try to merge the 3-minutes chunks recorded
207
+ # by the screenrecord utility, however, this requires FFMPEG utility
208
+ # to be installed and available in PATH on the server machine. If the utility is not
209
+ # present then the most recent screen recording chunk is going to be returned as the result.
205
210
# @param [String] bit_rate: The video bit rate for the video, in megabits per second.
206
211
# 4 Mbp/s(4000000) is by default for Android API level below 27. 20 Mb/s(20000000) for API level 27 and above.
207
212
# @param [Boolean] bug_report: Set it to `true` in order to display additional information on the video overlay,
You can’t perform that action at this time.
0 commit comments