-
Notifications
You must be signed in to change notification settings - Fork 570
feat: Added docstring for macOS screenrecord option #580
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
The default value is 4. You can increase the bit rate to improve video quality, | ||
but doing so results in larger movie files. | ||
fps (int): [macOS only] The count of frames per second in the resulting video. |
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.
ah, Python gives arguments as kewrgas in a method.
The screen recording is also available in Windows: https://github.com/appium/appium-windows-driver/blob/master/lib/commands/record-screen.js |
|
||
|
||
class TestExecuteScript(BaseTestCase): | ||
def test_sending_custom_keys(self) -> None: |
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.
it is good to have these tests, but they are not going to work in CI env, because the necessary accessibility permissions are missing there
I'll handle it in another PR. (e.g. by creating table for user friendly)
|
Background
from appium/java-client#1439
Other changes
Added functional tests for macOS (from https://github.com/appium/appium-mac2-driver#examples )