Category «Selenium»

Selenium Beginner 8 – How to run test on Chrome Browser

Notes: Today we will learn: Step 1 – How to download ChromeDriver Step 2 – How to set ChromeDriver in System Properties System.setProperty(“webdriver.chrome.driver”, “location of chrome driver executable”); WebDriver driver = new ChromeDriver(); Step 3 – Run test in Chrome Browser helpful tips | interview section References : Selenium HQ – http://www.seleniumhq.org/ ChromeDriver exe release …

Selenium Beginner 7 – What is Gecko Driver

Notes: Today we will learn: 1. What is GECKO 2. What is Gecko Driver 3. Why selenium needs gecko driver Refereces Gecko Browser Engine – https://developer.mozilla.org/en-US/docs/Gecko/FAQ Wikipedia – Web browser engine – https://en.wikipedia.org/wiki/Web_browser_engine Wikipedia – Comparison of web browser engines – https://en.wikipedia.org/wiki/Comparison_of_web_browser_engines Marionette – https://developer.mozilla.org/en-US/docs/Mozilla/QA/Marionette Marionette driver documentation – http://seleniumhq.github.io/selenium/docs/api/java/ Gecko driver releases – https://github.com/mozilla/geckodriver/releases …

Selenium Beginner 6 – How To Use Selenium 3 – Gecko Driver

Notes: Today we will learn: 1. How to add Selenium 3 Jars 2. How to add gecko driver 3. Run test with Selenium 3 helpful tips interview section References – Webdriver interface documentation – http://seleniumhq.github.io/selenium/docs/api/java/ Selenium HQ – http://www.seleniumhq.org/ Gecko Driver Download – https://github.com/mozilla/geckodriver/releases Selenium YouTube Playlist Send me your comments and feedback  

Selenium Beginner 2 – History of Selenium

Notes: Today we will learn : 1. Birth of: Selenium Core Selenium RC WebDriver Selenium Grid Selenium IDE 2. How did Selenium 1, 2 and 3 came into existence 3. Selenium release history 4. Contributors and creators of Selenium 5. Why is Selenium named so ? 6. Useful tips Selenium 2.0 announcement : https://seleniumhq.wordpress.com/2011/07/08/selenium-2-0/ Creator …

Selenium Beginner 1 – Introduction – What is Selenium | Selenium Interview basics

Notes: Correction Note : Philippe Hanrigou is the primary creator of Selenium Grid and Patrick Lightbody is co-creator of Selenium RC. This is covered in next session – History of Selenium https://www.youtube.com/watch?v=c4y4m… Selenium Introduction – What is Selenium Today we will learn: 1. What is Selenium 2. Features of Selenium 3. 4 Components of Selenium …