Showing posts with label FireFox. Show all posts
Showing posts with label FireFox. Show all posts
Say GoodBye to Driver.exe !!

Say GoodBye to Driver.exe !!


Say GoodBye to Driver.exe !!

As we all know, while using Selenium WebDriver for each browser such as Chrome, Firefox, MS Edge or IE, we need to first separately download its binary file which allows, WebDriver to handle browsers then we need to provide the absolute path of this binary in the system properties to launch the respective browsers.
Executing Automation Script in FireFox Headless Browser

Executing Automation Script in FireFox Headless Browser


Executing Automation Script in FireFox Headless Browser

In this blog, we are going to learn how we can execute Selenium Automation Test in Headless mode or browser using FireFox.


Before going forward, I would highly recommend to you to visit my blog to understand about headless browser its type and its use.

To use FireFox browser we need to addCommandLineOptions–headless in our code and use it along with FirefoxBinary.

Running FireFox Browser in Incognito (Private) using Selenium

Running FireFox Browser in Incognito (Private) using Selenium



Running FireFox Browser in Incognito (Private) using Selenium


In this Blog, we are going to learn how we can execute Selenium Automation Test in Incognito (Private) Mode for FireFoxDriver.

Before Going Further, let's Understand what is Incognito (Private) Mode.


Incognito mode is a setting in our web browser that prevents Internet browsing history, cookies and site data, or information entered in forms from being storedIncognito mode deletes this data as soon as we close the web browser.