Skip to content

Instantly share code, notes, and snippets.

View sangamautomation's full-sized avatar

Sangam Yadagiri sangamautomation

View GitHub Profile
@sangamautomation
sangamautomation / TestingUploadSe2Sauce.java
Created July 7, 2017 21:35 — forked from santiycr/TestingUploadSe2Sauce.java
Remote File Upload using Selenium 2's FileDetectors
import junit.framework.Assert;
import junit.framework.TestCase;
import org.openqa.selenium.*;
import org.openqa.selenium.remote.*;
import java.net.URL;
import java.util.concurrent.TimeUnit;
public class TestingUploadSe2Sauce extends TestCase {
private RemoteWebDriver driver;