-
Notifications
You must be signed in to change notification settings - Fork 572
chore: Add table for screen_record kwarg #582
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
+--------------+-----+---------+-----+-------+ | ||
| Keyword Args | iOS | Android | Win | macOS | | ||
+==============+=====+=========+=====+=======+ | ||
| remotePath | O | O | O | O | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some of these args belong to stop_recording method
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done by 9948d6e
+--------------+-----+---------+-----+-------+ | ||
| videoFps | O | | | | | ||
+--------------+-----+---------+-----+-------+ | ||
| videoFilter | O | | O | O | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Filters
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, videoFilter should be the correct one. sorry for the confusion: https://github.com/appium/appium-mac2-driver/blob/ff143194b199ae08803bce7adc7a51793c810491/lib/commands/record-screen.js#L235
+--------------+-----+---------+-----+-------+ | ||
| timeLimit | O | O | O | O | | ||
+--------------+-----+---------+-----+-------+ | ||
| user | O | O | O | O | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
user entry is duplicated
nice |
Background
#580 (comment)
Note
http://appium.io/docs/en/commands/device/recording-screen/start-recording-screen/
http://appium.io/docs/en/commands/device/recording-screen/stop-recording-screen/
https://github.com/appium/appium-windows-driver/blob/master/lib/commands/record-screen.js
https://github.com/appium/appium-mac2-driver/blob/master/lib/commands/record-screen.js
https://github.com/appium/appium-android-driver/blob/master/lib/commands/recordscreen.js
https://github.com/appium/appium-xcuitest-driver/blob/master/lib/commands/recordscreen.js
Test