top of page

SELENIUM

​

Learn from here...

import org.openqa.selenium.WebDriver; import org.openqa.selenium.firefox.FirefoxDriver; public class FirstSeleniumJavaProgram { public static void main(String ars[]){ System.setProperty("webdriver.gecko.driver", "drivers/geckodriver.exe"); WebDriver driver = new FirefoxDriver(); String baseurl = "https://google.com/"; System.out.println("Launching firefox"); driver.get(baseurl); driver.close(); } }

Selenium_image_Logo.png

Collapsible text is great for longer section titles and descriptions. It gives people access to all the info they need, while keeping your layout clean. Link your text to anything, or set your text box to expand on click. Write your text here...

Learn from here...

FEEL FREE TO
CONTACT US ANYTIME.

Share your feedback with us.

Success! Message received.

WEBSITE LINKS

​

Tutorials

​

About Us

​

Contact Us

TUTORIALS

​

Selenium

​

TestNG

​

REST Assured

​

Maven

​

Cucumber

​

RECENT TUTORIALS

​

Postman

​

Appium

​

Git

OTHERS

​

Setup Guide

​

Help

Reach to us  :

  • Facebook
  • Twitter
  • LinkedIn

© 2017 by Alok Kumar. Founder of www.myautomationhub.com

bottom of page