selenium tutorial for beginner, How to login to gmail using selenium webdriver.
Here in this tutorial you will learn how to open a webpage using selenium, how to open a goole using selenium, Selenium program to open a webpage, Selenium Script to open a goole, selenium tutorials, selenium script, selenium program, selenium webdriver tutorials, software testing, automation testing, selenium testing. login to gmail using selenium.
======= selenium script ===========
package package1;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
public class Tutorials1 { public static void main(String[] args) {
WebDriver driver=new FirefoxDriver();
driver.get(" https://mail.google.com");
driver.findElement(By.id("Email")).sendKeys("yourEmailId");
driver.findElement(By.id("Passwd")).sendKeys("yourPassword");
driver.findElement(By.id("signIn")).click();
}
}
------------------------------------------------------------------------------------------------------------
Please subscribe us:
https://www.youtube.com/c/EasyTutoria...
Like us on Facebook:
https://www.facebook.com/EasyTutorial...
Here in this tutorial you will learn how to open a webpage using selenium, how to open a goole using selenium, Selenium program to open a webpage, Selenium Script to open a goole, selenium tutorials, selenium script, selenium program, selenium webdriver tutorials, software testing, automation testing, selenium testing. login to gmail using selenium.
======= selenium script ===========
package package1;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
public class Tutorials1 { public static void main(String[] args) {
WebDriver driver=new FirefoxDriver();
driver.get(" https://mail.google.com");
driver.findElement(By.id("Email")).sendKeys("yourEmailId");
driver.findElement(By.id("Passwd")).sendKeys("yourPassword");
driver.findElement(By.id("signIn")).click();
}
}
------------------------------------------------------------------------------------------------------------
Please subscribe us:
https://www.youtube.com/c/EasyTutoria...
Like us on Facebook:
https://www.facebook.com/EasyTutorial...
selenium tutorial for beginner | How to login to gmail using selenium webdriver | |
70 Likes | 70 Dislikes |
52,689 views views | 57,381 followers |
Education | Upload TimePublished on 15 Apr 2015 |
No comments:
Post a Comment