Function handle_send_keys_file

Source
fn handle_send_keys_file(
    file_input: &HTMLInputElement,
    text: &str,
    can_gc: CanGc,
) -> Result<bool, ErrorStatus>