Uses of Class
com.microsoft.playwright.impl.ArtifactImpl
-
Packages that use ArtifactImpl Package Description com.microsoft.playwright.impl -
-
Uses of ArtifactImpl in com.microsoft.playwright.impl
Fields in com.microsoft.playwright.impl declared as ArtifactImpl Modifier and Type Field Description private ArtifactImplDownloadImpl. artifactFields in com.microsoft.playwright.impl with type parameters of type ArtifactImpl Modifier and Type Field Description private WaitableResult<ArtifactImpl>VideoImpl. waitableArtifactMethods in com.microsoft.playwright.impl that return ArtifactImpl Modifier and Type Method Description private ArtifactImplVideoImpl. waitForArtifact()Methods in com.microsoft.playwright.impl with parameters of type ArtifactImpl Modifier and Type Method Description (package private) voidVideoImpl. setArtifact(ArtifactImpl artifact)Constructors in com.microsoft.playwright.impl with parameters of type ArtifactImpl Constructor Description DownloadImpl(PageImpl page, ArtifactImpl artifact, com.google.gson.JsonObject initializer)
-