Skip to content

Instantly share code, notes, and snippets.

04adb15e4fa237b60d25f43d5fa4f3b8c9f08bec77c5a5b5754d2d322f0b2cb61dc9eb401dc49b012e82694dc50b511c500ff484606eb1bdc71a05c1d9e4581643
@avinash321
avinash321 / codeapp.java
Last active November 30, 2016 07:22
Automationfor EMS Login
package com.CodeApp;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.By;
import org.openqa.selenium.Keys;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
import org.openqa.selenium.support.ui.ExpectedConditions;
import org.openqa.selenium.support.ui.Select;
import org.openqa.selenium.support.ui.WebDriverWait;
This is My First Line
This is My Third Line
I am editing here
This is My Fifth Line
This is my seventh line
This is my Tenth Line