To start Firefox browser on MAC using Selenium webdriver we have to use gecko driver which will interact with Firefox browser.In the previous post, we have already discussed how to work with Chrome on MAC using Selenium. In Selenium 2 we have not used any driver for Firefox but in Selenium 3 for every browser, we have to use third party driver which will perform our … [Read more...] about Start Firefox browser on MAC using Selenium webdriver
Execute Selenium test on chrome browser on MAC using Selenium
To start any third party browser (Chrome, Opera etc.) Chrome browser on MAC using Selenium we have to use some drivers which will interact with the browsers. In windows, we have already seen working with IE, Chrome, Firefox and mobile browsers as well. In windows, it's quite easy to download and specify the path in the program but in MAC we have to keep all the driver in … [Read more...] about Execute Selenium test on chrome browser on MAC using Selenium
How to launch Microsoft Edge Browser using Selenium Webdriver
Windows 10 is launched now and if you have upgraded to Windows 10 then you need to read this article because today in this article we will discuss how to launch Microsoft Edge Browser using Selenium Webdriver. If you have ever worked on IE browser then you must be familiar with the challenges which you will face in IE browser while running scripts. Follow steps to launch … [Read more...] about How to launch Microsoft Edge Browser using Selenium Webdriver
Complete setup of Selenium Grid 2.0 with Hub and Node setup
Selenium grid has introduced in Selenium RC itself and it is known as Selenium Grid 1.0 if you are using with Selenium RC. We can use Selenium Grid for remote execution on the different platform.This article will Guide you how to use Selenium grid in selenium webdriver. What is Selenium Grid Selenium grid is the concept which will allow you to run your test on multiple … [Read more...] about Complete setup of Selenium Grid 2.0 with Hub and Node setup
How to Perform Parallel Execution in Selenium Webdriver using TestNG
In Selenium Webdriver we do not have any feature which will allow us to perform parallel execution so we can take the help of TestNG which will help us to run parallel execution in selenium. This is one of the most frequently asked questions in interviews as well. Benefits of Running parallel execution in selenium It saves execution effort. We can cover a … [Read more...] about How to Perform Parallel Execution in Selenium Webdriver using TestNG