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

com.browserstack.appautomate.AppAutomate Maven / Gradle / Ivy

The newest version!
package com.browserstack.appautomate;

import java.io.FileNotFoundException;
import com.browserstack.automate.exception.AppAutomateException;
import com.browserstack.automate.exception.InvalidFileExtensionException;
import com.browserstack.automate.model.AppUploadResponse;

public interface AppAutomate {

  AppUploadResponse uploadApp(String filePath)
      throws AppAutomateException, FileNotFoundException, InvalidFileExtensionException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy