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.