Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TestGridSessionArtifact

import type { TestGridSessionArtifact } from "https://aws-api.deno.dev/v0.4/services/devicefarm.ts?docs=full";

Artifacts are video and other files that are produced in the process of running a browser in an automated context.

Note: Video elements might be broken up into multiple artifacts as they grow in size during creation.

interface TestGridSessionArtifact {
filename?: string | null;
url?: string | null;
}

§Properties

§
filename?: string | null
[src]

The file name of the artifact.

§

The kind of artifact.

§
url?: string | null
[src]

A semi-stable URL to the content of the object.