Gunasekaran

Results 1 comments of Gunasekaran

Here is the code import org.openqa.selenium.By; import org.openqa.selenium.Keys; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.ie.InternetExplorerDriver; import org.openqa.selenium.ie.InternetExplorerOptions; public class IEDriverSample { public static void main(String[] args) { InternetExplorerOptions ieOptions = new...