Horje
chrome profiles user open with python Code Example
chrome profiles user open with python
from selenium import webdriver
from selenium.webdriver.chrome.options import Options
options = Options()
options.add_argument("user-data-dir=C:\\Users\\pc name\\AppData\\Local\\Google\\Chrome\\User Data\\Profile 2")
driver = webdriver.Chrome(executable_path='C:\\path\\to\\chromedriver.exe', chrome_options=options)
driver.get("https://www.google.com")
Source: testup.io




Python

Related
integer in python Code Example integer in python Code Example
pyqt5 cursor starting on a widget Code Example pyqt5 cursor starting on a widget Code Example
how to set default value in many2one Code Example how to set default value in many2one Code Example
sss Code Example sss Code Example
python priority queue stack overflow Code Example python priority queue stack overflow Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8