> For the complete documentation index, see [llms.txt](https://gyansetu-selenium.gitbook.io/selenium-testing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gyansetu-selenium.gitbook.io/selenium-testing/lunch-google-chrome-browser.md).

# Lunch Google Chrome Browser

#### &#x20;Lunch Google Chrome Browser

![](/files/-LTkyZN2tGLSU1h4njyt)

#### &#x20;Lunch Internet Explorer Browser

![](/files/-LTkydq_Oj7jMEkXwSdx)

#### &#x20;Custom Firefox Profile for Selenium

&#x20;Firefox saves your personal information such as bookmarks, passwords, and user preferences in a set of files called your profile, which is stored in a separate location from the Firefox program files. You can have multiple Firefox profiles, each containing a separate set of user information. The Profile Manager allows you to create, remove, rename, and switch profiles.&#x20;

Whenever Webdriver lunches the firefox browser it always opens the default instance of browser which does not containing any of the add-on like firebug, Firepath etc.&#x20;

To overcome the problem and make webdriver lunch firfox according to our customized browser we can use firfox profile. \*\*

The concept of Profiles can be implemented only on the firefox browser

![](/files/-LTkyslGggQPYQVfvUbz)
