All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.selenide.grid.DownloadedFilesResponse Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
package org.selenide.grid;

import javax.annotation.Nullable;
import java.util.List;

record DownloadedFilesResponse(DownloadedFiles value) {
}

record DownloadedFiles(
  List names,
  @Nullable String error,
  @Nullable String message,
  @Nullable String stacktrace
) implements GridResponse {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy