Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using Opera Browsers User Data in normal chromedriver? #102

Open
Avnsx opened this issue Aug 31, 2022 · 0 comments
Open

Using Opera Browsers User Data in normal chromedriver? #102

Avnsx opened this issue Aug 31, 2022 · 0 comments

Comments

@Avnsx
Copy link

Avnsx commented Aug 31, 2022

Hey, I am trying to launch normal chromedriver with a custom user profile doing

options.add_argument(f'--user-data-dir= ... AppData\\Roaming\\Opera Software\\Opera Stable')

This seems to work well for Chrome, Microsoft Edge & Brave ; but on Opera it fails.
More specifically I mean chromedriver generally launches and the opera user data profile directory is displaying below Profile when you check chrome://version with .... AppData\Roaming\Opera Software\Opera Stable\Default but for example, accounts that were stored in your user data are not logged in anymore, things like bookmarks etc are missing and so on.

I noticed that Opera does not even have the usually used user data pathing, which on other browsers looks like this (ending on \User Data):

... AppData\\Local\\Microsoft\\Edge\\User Data
... AppData\\Local\\Google\\Chrome\\User Data
... AppData\\Local\\BraveSoftware\\Brave-Browser\\User Data

Is there any way I can change my code to actually be able to launch a opera profile properly through normal chromedriver or any way at all?

Linked: ultrafunkamsterdam/undetected-chromedriver#803

@Avnsx Avnsx changed the title Using Opera's User Data in normal chromedriver? Using Opera Browsers User Data in normal chromedriver? Aug 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant