You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Could you add possibility to configure browser flags within csv file. LIke so
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.
The text was updated successfully, but these errors were encountered: