docs: add usage examples to screen recording methods#1
docs: add usage examples to screen recording methods#1
Conversation
Adds clear usage examples to the docstrings of `start_recording_screen` and `stop_recording_screen` methods in `appium/webdriver/extensions/screen_record.py` demonstrating how to start a recording, stop it, and decode the resulting base64 output into an MP4 file.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Resolves appium#604
This PR adds usage examples to the API documentation for screen recording commands:
start_recording_screenstop_recording_screenThis will make it easier for users to understand how to handle the base64 output properly and write it to a media file.
PR created automatically by Jules for task 2440998939312996402 started by @Dor-bl