About 29,900 results
Open links in new tab
  1. How to create a Chrome profile programmatically? - Stack Overflow

    Jun 26, 2015 · Development, testing, staging environments are controlled via different proxy servers in my setup. I want to script creation of multiple Chrome profiles (sometimes called …

  2. How to use Chrome Profile in Selenium Webdriver Python 3

    Sep 19, 2018 · Note: Your default chrome profile would contain a lot of bookmarks, extensions, theme, cookies etc. Selenium may fail to load it. So as per the best practices create a new …

  3. How to launch Chrome or Chromium using an existing user profile …

    Oct 25, 2023 · I'm currently executing my test with the default playwright setup (incognito), and I want to execute some tests with my own (existing) Chrome profile. I tried to search for user …

  4. web scraping - Python playwright won't let me open user profile …

    Dec 29, 2022 · 0 Chrome can't launch itself with a User Profile folder, it must launch from a User Data folder. If you want a specific profile, you can set a profile as your default Chrome profile …

  5. Create Chrome profiles without launching Chrome? - Stack Overflow

    Sep 2, 2017 · 0 This has its use in automating creation of new Chrome Profiles. I am using windows and this tends to work except that it launches Chrome. "C:\Program Files …

  6. How to create chrome profile using selenium for python?

    Dec 21, 2017 · I intend to create profile in my chrome using selenium for python. I haven't found any documentation related to this topic. I would really appreciate for your help. Thank You.

  7. How to use certain Chrome profile with selenium python?

    Sep 19, 2021 · But instead of using specified path it actually creates profile inside another profile's path so chrome://version shows: Profile Path …

  8. uninstall google chrome using powershell script - Stack Overflow

    Oct 21, 2021 · I am using the following code to uninstall google chrome software from my remote machines, But this script is executed with no output. And when i check the control panel, still …

  9. How to open a Chrome Profile through Python - Stack Overflow

    Mar 14, 2018 · To create and open a new Chrome Profile you need to follow the following steps : Open Chrome browser, click on the Side Menu and click on Settings on which the url …

  10. browser - How to add a new person to Google Chrome with batch …

    Jul 23, 2020 · I am tasked on creating a new chrome profile with a specific for all employees of the company, and the task proves allot more difficult than one would expect it to be. I started …