Skip to main content

capture_animation_frames

Function capture_animation_frames 

Source
pub async fn capture_animation_frames(
    url: &str,
    _options: &AnimationOptions,
) -> Result<AnimationCaptureResult>
Expand description

Capture animation frames from a web page.

Note: Full browser automation requires browser-commander. This implementation returns an error indicating the requirement.