{"id":16361,"date":"2014-12-12T20:35:33","date_gmt":"2014-12-12T15:05:33","guid":{"rendered":"https:\/\/2thenew.xyz\/blog\/?p=16361"},"modified":"2014-12-12T21:28:42","modified_gmt":"2014-12-12T15:58:42","slug":"customizing-the-firefox-profile-and-using-with-selenium-web-driver","status":"publish","type":"post","link":"https:\/\/2thenew.xyz\/blog\/customizing-the-firefox-profile-and-using-with-selenium-web-driver\/","title":{"rendered":"Customizing the Firefox Profile and using with Selenium Web Driver"},"content":{"rendered":"<p><strong>What is Firefox Profile<\/strong><\/p>\n<p>Firefox saves your browser information such as <strong>Bookmarks, Downloads and Browsing History,<\/strong> <strong>etc <\/strong>in a set of files called <strong>profile<\/strong>, which is stored in a specified location by Firefox in user file directory.<\/p>\n<p>You can have multiple Firefox profiles, each containing a separate set of user information. The\u00a0<strong>Profile Manager <\/strong>allows you to\u00a0<strong>create<\/strong>,\u00a0<strong>remove<\/strong>,\u00a0<strong>rename<\/strong>, and\u00a0<strong>switch<\/strong>\u00a0profiles.<\/p>\n<p>&nbsp;<\/p>\n<p><strong>Why I need a New Profile<\/strong><\/p>\n<p>The default Firefox profile is not very automation friendly.\u00a0 When you want to run automation reliably on a Firefox browser it is advisable to make a separate profile. Automation profile should be light to load and have desired plug ins to run and debug the test while writing automation test suite.<\/p>\n<p>1- You may want to set the User preferences of the browser like home page URL,which you want to use as your home page. The Firefox profile which web driver open does not have such preference with it, till you not have set it explicitly to the Firefox profile.<\/p>\n<p>2- Each time Selenium starts a new session driving a Firefox instance, it copies the entire profile in some temporary directory and if the profile is big, it makes it, not only slow but unreliable as well. Using a specified profile will not load a profile each time hence make it fast and more reliable.<\/p>\n<p>&nbsp;<\/p>\n<h3><strong>Make a New Profile using Firefox profile manager<\/strong><\/h3>\n<p>&nbsp;<\/p>\n<h5>Step 1: Starting the Profile Manager<\/h5>\n<ol>\n<li>Close the Firefox browser<\/li>\n<li>Press \u2018 Window\u00a0<strong>+ R\u2019<\/strong>\u00a0or click on the Windows\u00a0Start\u00a0Menu and then\u00a0select\u00a0<strong>Run<\/strong>.<\/li>\n<li>In the\u00a0<strong>Run<\/strong>\u00a0dialog box, type in: \u2018<em>firefox.exe -p<strong>&#8216;<\/strong><\/em><strong><em>\u00a0<\/em><\/strong>and then Click\u00a0<strong>OK.<\/strong><br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-16367\" src=\"\/blog\/wp-ttn-blog\/uploads\/2014\/12\/FF-Profile-1-300x169.png\" alt=\"FF-Profile-1\" width=\"300\" height=\"169\" srcset=\"https:\/\/2thenew.xyz\/blog\/wp-content\/uploads\/2014\/12\/FF-Profile-1-300x169.png 300w, https:\/\/2thenew.xyz\/blog\/wp-content\/uploads\/2014\/12\/FF-Profile-1.png 442w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/li>\n<li>The Choose User Profile window will look like this.<a href=\"\/blog\/wp-ttn-blog\/uploads\/2014\/12\/FF-Profile-2.png\"><br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-16368\" src=\"\/blog\/wp-ttn-blog\/uploads\/2014\/12\/FF-Profile-2-300x243.png\" alt=\"FF-Profile-2\" width=\"300\" height=\"243\" srcset=\"https:\/\/2thenew.xyz\/blog\/wp-content\/uploads\/2014\/12\/FF-Profile-2-300x243.png 300w, https:\/\/2thenew.xyz\/blog\/wp-content\/uploads\/2014\/12\/FF-Profile-2.png 391w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a><\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<h5>Step 2:\u00a0Creating a Profile<\/h5>\n<ol>\n<li>Click the \u2018Create Profile\u2026\u2019 button on the \u2018Firefox \u2013 Choose User Profile\u2019 window<\/li>\n<li>Click \u2018Next &gt;\u2019 in the \u2018Create Profile Wizard\u2019 window<\/li>\n<li>Type in a new profile name \u2018QAProfile\u2019 in the \u2018Enter new profile name box and click \u2018Finish\u2019.<a href=\"\/blog\/wp-ttn-blog\/uploads\/2014\/12\/FF-Profile-3.png\"><br \/>\n<\/a><a href=\"\/blog\/wp-ttn-blog\/uploads\/2014\/12\/QAProfile.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignleft size-medium wp-image-16381\" src=\"\/blog\/wp-ttn-blog\/uploads\/2014\/12\/QAProfile-300x227.png\" alt=\"QAProfile\" width=\"300\" height=\"227\" srcset=\"https:\/\/2thenew.xyz\/blog\/wp-content\/uploads\/2014\/12\/QAProfile-300x227.png 300w, https:\/\/2thenew.xyz\/blog\/wp-content\/uploads\/2014\/12\/QAProfile.png 560w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a><\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<h5>Step 3: Use Custom Profile in Selenium<\/h5>\n<p><code><br \/>\nProfilesIni profile = new ProfilesIni();<\/code><br \/>\n<code><br \/>\nFirefoxProfile myprofile = profile.getProfile(\"QAProfile\");<\/code><br \/>\n<code><br \/>\nWebDriver driver = new FirefoxDriver(myprofile);<\/code><\/p>\n<p>&nbsp;<\/p>\n<p>Cheers<br \/>\nGaurav Gupta<br \/>\ngaurav.gupta[at]intelligrape[dot]com<\/p>\n","protected":false},"excerpt":{"rendered":"<p>What is Firefox Profile Firefox saves your browser information such as Bookmarks, Downloads and Browsing History, etc in a set of files called profile, which is stored in a specified location by Firefox in user file directory. You can have multiple Firefox profiles, each containing a separate set of user information. The\u00a0Profile Manager allows you [&hellip;]<\/p>\n","protected":false},"author":144,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"iawp_total_views":15,"footnotes":""},"categories":[7,1],"tags":[1561,25,1562,1563,1575],"class_list":["post-16361","post","type-post","status-publish","format-standard","hentry","category-grails","category-technology","tag-automation-testing","tag-selenium","tag-selenium-web-driver","tag-software-testing","tag-web-application-testing"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"What is Firefox Profile Firefox saves your browser information such as Bookmarks, Downloads and Browsing History, etc in a set of files called profile, which is stored in a specified location by Firefox in user file directory. You can have multiple Firefox profiles, each containing a separate set of user information. The Profile Manager allows you\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Gaurav Gupta\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/2thenew.xyz\/blog\/customizing-the-firefox-profile-and-using-with-selenium-web-driver\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"TO THE NEW BLOG\" \/>\n\t\t<meta property=\"og:type\" content=\"blog\" \/>\n\t\t<meta property=\"og:title\" content=\"Customizing the Firefox Profile and using with Selenium Web Driver | TO THE NEW Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"What is Firefox Profile Firefox saves your browser information such as Bookmarks, Downloads and Browsing History, etc in a set of files called profile, which is stored in a specified location by Firefox in user file directory. You can have multiple Firefox profiles, each containing a separate set of user information. The Profile Manager allows you\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/2thenew.xyz\/blog\/customizing-the-firefox-profile-and-using-with-selenium-web-driver\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@tothenew\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Customizing the Firefox Profile and using with Selenium Web Driver | TO THE NEW Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"What is Firefox Profile Firefox saves your browser information such as Bookmarks, Downloads and Browsing History, etc in a set of files called profile, which is stored in a specified location by Firefox in user file directory. You can have multiple Firefox profiles, each containing a separate set of user information. The Profile Manager allows you\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/customizing-the-firefox-profile-and-using-with-selenium-web-driver\\\/#article\",\"name\":\"Customizing the Firefox Profile and using with Selenium Web Driver | TO THE NEW Blog\",\"headline\":\"Customizing the Firefox Profile and using with Selenium Web Driver\",\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/gaurav-guptaintelligrape-com\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"\\\/blog\\\/wp-ttn-blog\\\/uploads\\\/2014\\\/12\\\/FF-Profile-1-300x169.png\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/customizing-the-firefox-profile-and-using-with-selenium-web-driver\\\/#articleImage\"},\"datePublished\":\"2014-12-12T20:35:33+05:30\",\"dateModified\":\"2014-12-12T21:28:42+05:30\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/customizing-the-firefox-profile-and-using-with-selenium-web-driver\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/customizing-the-firefox-profile-and-using-with-selenium-web-driver\\\/#webpage\"},\"articleSection\":\"Grails, Technology, automation testing, selenium, selenium web driver, software testing, web application testing\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/customizing-the-firefox-profile-and-using-with-selenium-web-driver\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"name\":\"Technology\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"position\":2,\"name\":\"Technology\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/customizing-the-firefox-profile-and-using-with-selenium-web-driver\\\/#listItem\",\"name\":\"Customizing the Firefox Profile and using with Selenium Web Driver\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/customizing-the-firefox-profile-and-using-with-selenium-web-driver\\\/#listItem\",\"position\":3,\"name\":\"Customizing the Firefox Profile and using with Selenium Web Driver\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"name\":\"Technology\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\",\"name\":\"TO THE NEW Blog\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/gaurav-guptaintelligrape-com\\\/#author\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/gaurav-guptaintelligrape-com\\\/\",\"name\":\"Gaurav Gupta\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/customizing-the-firefox-profile-and-using-with-selenium-web-driver\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/38812f45b06dde097eb3e8e34e1f0027088656e9cbf50978db06dcf95958f748?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Gaurav Gupta\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/customizing-the-firefox-profile-and-using-with-selenium-web-driver\\\/#webpage\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/customizing-the-firefox-profile-and-using-with-selenium-web-driver\\\/\",\"name\":\"Customizing the Firefox Profile and using with Selenium Web Driver | TO THE NEW Blog\",\"description\":\"What is Firefox Profile Firefox saves your browser information such as Bookmarks, Downloads and Browsing History, etc in a set of files called profile, which is stored in a specified location by Firefox in user file directory. You can have multiple Firefox profiles, each containing a separate set of user information. The Profile Manager allows you\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/customizing-the-firefox-profile-and-using-with-selenium-web-driver\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/gaurav-guptaintelligrape-com\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/gaurav-guptaintelligrape-com\\\/#author\"},\"datePublished\":\"2014-12-12T20:35:33+05:30\",\"dateModified\":\"2014-12-12T21:28:42+05:30\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\",\"name\":\"TO THE NEW Blog\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Customizing the Firefox Profile and using with Selenium Web Driver | TO THE NEW Blog","description":"What is Firefox Profile Firefox saves your browser information such as Bookmarks, Downloads and Browsing History, etc in a set of files called profile, which is stored in a specified location by Firefox in user file directory. You can have multiple Firefox profiles, each containing a separate set of user information. The Profile Manager allows you","canonical_url":"https:\/\/2thenew.xyz\/blog\/customizing-the-firefox-profile-and-using-with-selenium-web-driver\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/2thenew.xyz\/blog\/customizing-the-firefox-profile-and-using-with-selenium-web-driver\/#article","name":"Customizing the Firefox Profile and using with Selenium Web Driver | TO THE NEW Blog","headline":"Customizing the Firefox Profile and using with Selenium Web Driver","author":{"@id":"https:\/\/2thenew.xyz\/blog\/author\/gaurav-guptaintelligrape-com\/#author"},"publisher":{"@id":"https:\/\/2thenew.xyz\/blog\/#organization"},"image":{"@type":"ImageObject","url":"\/blog\/wp-ttn-blog\/uploads\/2014\/12\/FF-Profile-1-300x169.png","@id":"https:\/\/2thenew.xyz\/blog\/customizing-the-firefox-profile-and-using-with-selenium-web-driver\/#articleImage"},"datePublished":"2014-12-12T20:35:33+05:30","dateModified":"2014-12-12T21:28:42+05:30","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/2thenew.xyz\/blog\/customizing-the-firefox-profile-and-using-with-selenium-web-driver\/#webpage"},"isPartOf":{"@id":"https:\/\/2thenew.xyz\/blog\/customizing-the-firefox-profile-and-using-with-selenium-web-driver\/#webpage"},"articleSection":"Grails, Technology, automation testing, selenium, selenium web driver, software testing, web application testing"},{"@type":"BreadcrumbList","@id":"https:\/\/2thenew.xyz\/blog\/customizing-the-firefox-profile-and-using-with-selenium-web-driver\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog#listItem","position":1,"name":"Home","item":"https:\/\/2thenew.xyz\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/category\/technology\/#listItem","name":"Technology"}},{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/category\/technology\/#listItem","position":2,"name":"Technology","item":"https:\/\/2thenew.xyz\/blog\/category\/technology\/","nextItem":{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/customizing-the-firefox-profile-and-using-with-selenium-web-driver\/#listItem","name":"Customizing the Firefox Profile and using with Selenium Web Driver"},"previousItem":{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/customizing-the-firefox-profile-and-using-with-selenium-web-driver\/#listItem","position":3,"name":"Customizing the Firefox Profile and using with Selenium Web Driver","previousItem":{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/category\/technology\/#listItem","name":"Technology"}}]},{"@type":"Organization","@id":"https:\/\/2thenew.xyz\/blog\/#organization","name":"TO THE NEW Blog","url":"https:\/\/2thenew.xyz\/blog\/"},{"@type":"Person","@id":"https:\/\/2thenew.xyz\/blog\/author\/gaurav-guptaintelligrape-com\/#author","url":"https:\/\/2thenew.xyz\/blog\/author\/gaurav-guptaintelligrape-com\/","name":"Gaurav Gupta","image":{"@type":"ImageObject","@id":"https:\/\/2thenew.xyz\/blog\/customizing-the-firefox-profile-and-using-with-selenium-web-driver\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/38812f45b06dde097eb3e8e34e1f0027088656e9cbf50978db06dcf95958f748?s=96&d=mm&r=g","width":96,"height":96,"caption":"Gaurav Gupta"}},{"@type":"WebPage","@id":"https:\/\/2thenew.xyz\/blog\/customizing-the-firefox-profile-and-using-with-selenium-web-driver\/#webpage","url":"https:\/\/2thenew.xyz\/blog\/customizing-the-firefox-profile-and-using-with-selenium-web-driver\/","name":"Customizing the Firefox Profile and using with Selenium Web Driver | TO THE NEW Blog","description":"What is Firefox Profile Firefox saves your browser information such as Bookmarks, Downloads and Browsing History, etc in a set of files called profile, which is stored in a specified location by Firefox in user file directory. You can have multiple Firefox profiles, each containing a separate set of user information. The Profile Manager allows you","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/2thenew.xyz\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/2thenew.xyz\/blog\/customizing-the-firefox-profile-and-using-with-selenium-web-driver\/#breadcrumblist"},"author":{"@id":"https:\/\/2thenew.xyz\/blog\/author\/gaurav-guptaintelligrape-com\/#author"},"creator":{"@id":"https:\/\/2thenew.xyz\/blog\/author\/gaurav-guptaintelligrape-com\/#author"},"datePublished":"2014-12-12T20:35:33+05:30","dateModified":"2014-12-12T21:28:42+05:30"},{"@type":"WebSite","@id":"https:\/\/2thenew.xyz\/blog\/#website","url":"https:\/\/2thenew.xyz\/blog\/","name":"TO THE NEW Blog","inLanguage":"en-US","publisher":{"@id":"https:\/\/2thenew.xyz\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"TO THE NEW BLOG","og:type":"blog","og:title":"Customizing the Firefox Profile and using with Selenium Web Driver | TO THE NEW Blog","og:description":"What is Firefox Profile Firefox saves your browser information such as Bookmarks, Downloads and Browsing History, etc in a set of files called profile, which is stored in a specified location by Firefox in user file directory. You can have multiple Firefox profiles, each containing a separate set of user information. The Profile Manager allows you","og:url":"https:\/\/2thenew.xyz\/blog\/customizing-the-firefox-profile-and-using-with-selenium-web-driver\/","og:image":"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","og:image:secure_url":"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","twitter:card":"summary","twitter:site":"@tothenew","twitter:title":"Customizing the Firefox Profile and using with Selenium Web Driver | TO THE NEW Blog","twitter:description":"What is Firefox Profile Firefox saves your browser information such as Bookmarks, Downloads and Browsing History, etc in a set of files called profile, which is stored in a specified location by Firefox in user file directory. You can have multiple Firefox profiles, each containing a separate set of user information. The Profile Manager allows you","twitter:image":"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png"},"aioseo_meta_data":{"post_id":"16361","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"created":"2021-04-29 18:43:51","updated":"2024-02-29 09:30:26","focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/2thenew.xyz\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/2thenew.xyz\/blog\/category\/technology\/\" title=\"Technology\">Technology<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tCustomizing the Firefox Profile and using with Selenium Web Driver\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/2thenew.xyz\/blog"},{"label":"Technology","link":"https:\/\/2thenew.xyz\/blog\/category\/technology\/"},{"label":"Customizing the Firefox Profile and using with Selenium Web Driver","link":"https:\/\/2thenew.xyz\/blog\/customizing-the-firefox-profile-and-using-with-selenium-web-driver\/"}],"_links":{"self":[{"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/posts\/16361","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/users\/144"}],"replies":[{"embeddable":true,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/comments?post=16361"}],"version-history":[{"count":0,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/posts\/16361\/revisions"}],"wp:attachment":[{"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/media?parent=16361"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/categories?post=16361"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/tags?post=16361"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}