Friday, 16 December 2016

Selenium Webdriver - Getting Selenium jars

let's get started ....





Download two files
(once zip file is downloaded extract into a folder)

Summary: up till now we have just acquired specific version of Selenium webdriver (2.53.1), 
Q: why not we are selecting webdriver 3? 
ANS: simple answer Selenium 3 requires Java8 and for starter keeping things simple(nothing else). The zip file is exactly for that purpose, to make selenium work with Java.
No need to worry about the word Java we will be getting hands on with that, for now its important where this fits in the big picture.



Disclosure:
There is no secret the best resource for learning Selenium/webdriver is its official documentation.


And off course all other resources youtube/urls are available, key is to stay focus and concentrate one topic at a time.

 Please feel free to ask any question even if you want to ask what is .jar ? frankly would recommend google for that but definitely provide the reason why its there ...

Will back with brief description of another component soon.

No comments:

Post a Comment