Skip to content

Commit

Permalink
docs: add mobile: stopMediaProjectionRecording uploadTimeout (#601)
Browse files Browse the repository at this point in the history
New argument uploadTimeout added to mobile: stopMediaProjectionRecording
documentation.

For: appium/appium#18549
  • Loading branch information
Mohanjith Sudirikku Hannadige committed Apr 21, 2023
1 parent abc78b3 commit a8c07e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -1012,6 +1012,7 @@ method | string | no | The http multipart upload method name. The 'PUT' one is u
headers | Map<string, string> | no | Additional headers mapping for multipart http(s) uploads | {'Agent': '007'}
fileFieldName | string | no | The name of the form field, where the file content BLOB should be stored for http(s) uploads. `file` by default | blob
formFields | Map<string, string> or Array<Pair> | no | Additional form fields for multipart http(s) uploads. | {'name': 'yolo.mp4'}
uploadTimeout | number | no | The maximum number of milliseconds to wait until the media file is uploaded to the remote location. 240000 ms by default. | 30000

#### Returned Result

Expand Down

0 comments on commit a8c07e2

Please sign in to comment.