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

Ability to configure parameters of browser(flags) #4

Open
ddemydenko opened this issue Jul 4, 2020 · 0 comments
Open

Ability to configure parameters of browser(flags) #4

ddemydenko opened this issue Jul 4, 2020 · 0 comments

Comments

@ddemydenko
Copy link

Could you add possibility to configure browser flags within csv file. LIke so

Domain,Executable
github.com,/opt/google/chrome/google-chrome --class=my-profile '--profile-directory=Profile 1' --user-data-dir=~/.config/google-chrome-custom

In order to achieve this I've changed exec string from
subprocess.Popen([executable, sys.argv[1]]) to os.system(executable + ' ' + sys.argv[1])
and successfully run custom chrome account.

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