chrome-profile Questions
13
Solved
So whenever I try to use my Chrome settings (the settings I use in the default browser) by adding
options = webdriver.ChromeOptions()
options.add_argument("user-data-dir=C:\Users\... (my web...
Ratiocination asked 18/9, 2018 at 20:48
1
Solved
Every time I sign-in into new gmail account I get this popup asking if I want to create a new Chrome profile which sometimes get very irritating. Is there anyway to disable it?
In chrome://flags/ o...
Abscind asked 8/8, 2021 at 14:14
1
Solved
After I created a custom profile "SeleniumBot" I try to open it using Selenium ChromeDriver and Selenium ChromeOptions. It works just fine for the default path in AppData/Google/Chrome/Us...
Existent asked 19/3, 2021 at 9:41
1
Solved
I've been told that my script is blocking the main thread on my client's site.
It's marked as <script async...> so it should not be a network block.
I ran the Chrome profiler and I don't re...
Leftward asked 4/7, 2019 at 21:28
2
I am trying to open a web page using the selenium python library with my default user, it is critical that the script uses the default user but if my chrome browser is already open the script crash...
Byte asked 13/6, 2019 at 17:10
1
Solved
This is my code script:
from selenium import webdriver
options = webdriver.ChromeOptions()
options.add_argument("user-data-dir=C:\\Users\\hadi\\AppData\\Local\\Google\\Chrome\\User Data") #Path t...
Insinuating asked 31/8, 2018 at 9:13
2
My script I have been writing has been working great. I just added the option so it would open a profile on chrome using this code.
options = webdriver.ChromeOptions
browser = webdriver.Chrome(exe...
Gio asked 14/3, 2018 at 5:7
1
© 2022 - 2024 — McMap. All rights reserved.