Unable to use actual web-browser cookies to empower Selenium one #2
Benjamin_Loison
commented 2023-02-04 17:26:57 +01:00
Owner
```py
from selenium.webdriver.chrome.options import Options
options = Options()
options.add_argument("--user-data-dir=/home/benjamin/.config/chromium/")
options.add_argument('--profile-directory=Default')
browser = uc.Chrome(options=options)
```
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?