Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/billmeyer/file-upload-example

file-upload-example
https://github.com/billmeyer/file-upload-example

Last synced: about 1 month ago
JSON representation

file-upload-example

Awesome Lists containing this project

README

        

# File Upload Example using Selenium

## Background

This example demonstrates how to you can use Selenium's `setFileDetector()` to push local files
to a remote browser test session for the purpose of supplying input to a website's upload file
capability. An example of which might be to automate the task of uploading a video to YouTube.

## Execution

To execute the full test suite, simply run:

$ mvn test

## See Also

The example backend web server used in this example can be found at [https://github.com/billmeyer/file-upload-server]().