feat: Added docstring for macOS screenrecord option by ki4070ma · Pull Request #580 · appium/python-client
| 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. |
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.
|
|
||
|
|
||
| class TestExecuteScript(BaseTestCase): | ||
| def test_sending_custom_keys(self) -> None: |
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters