Skip to content

Commit 283059f

Browse files
authored
update (#121)
1 parent c188829 commit 283059f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file.
33

44
## [Unreleased]
55
### Enhancements
6+
- Update documentation about `start_recording_screen`
67

78
### Bug fixes
89

lib/appium_lib_core/android/device.rb

+5
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,11 @@ module Device
202202
# use a size supported by your device's Advanced Video Coding (AVC) encoder.
203203
# For example, "1280x720"
204204
# @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.
205210
# @param [String] bit_rate: The video bit rate for the video, in megabits per second.
206211
# 4 Mbp/s(4000000) is by default for Android API level below 27. 20 Mb/s(20000000) for API level 27 and above.
207212
# @param [Boolean] bug_report: Set it to `true` in order to display additional information on the video overlay,

0 commit comments

Comments
 (0)