In this article, we discuss how to open new Firefox geckodriver window using selenium 3. Firefox 47 and onwards Mozilla is now packaging the driver separately. The current webdriver is known as marionette. And from here onward in order to run the Selenium programs you need to make use of the geckodriver. So we cover how to setup geckodriver, eclipse project and make use of the new selenium 3 webdriver. [Read more…]
Selenium WebDriver for Python
In this article, we are going to setup the environment and perform the basic test using multiple browsers. For the sake of simplicity we are going to use Firefox and Chrome browser. By default Firefox driver is shipped with the selenium installation. [Read more…]