Monday, February 15, 2016

Launching google Chrome Browser


1. Launch Google Chrome
2. Open anuko time sheet

To do:
Download latest selenium web driver version : http://www.seleniumhq.org/download/
and
Download google driver exe from :http://chromedriver.storage.googleapis.com/index.html
(Based on your OS download the latest version)

Script :



How to run :
From eclipse right click the program and run as java script. 

Note : About google chrome driver
WebDriver is an open source tool for automated testing of webapps across many browsers. It provides capabilities for navigating to web pages, user input, JavaScript execution, and more.  ChromeDriver is a standalone server which implements WebDriver's wire protocol for Chromium. ChromeDriver is available for Chrome on Android and Chrome on Desktop (Mac, Linux, Windows and ChromeOS). 

For more details go to this link : https://sites.google.com/a/chromium.org/chromedriver/home