Skip to content

Instantly share code, notes, and snippets.

View mireshsonkamble's full-sized avatar
🎯
Focusing

Miresh Mukund Sonkamble mireshsonkamble

🎯
Focusing
View GitHub Profile
@mireshsonkamble
mireshsonkamble / UploadTest.java
Created December 12, 2019 10:22 — forked from mukeshtiwari1987/UploadTest.java
Upload file on local machine to remote browser
import junit.framework.*;
import org.openqa.selenium.*;
import org.openqa.selenium.remote.*;
import java.net.URL;
public class UploadTest extends TestCase {
public static void testUpload() {