makemoneyonl Posted January 27, 2021 Share Posted January 27, 2021 Hello every body. I'm having trouble opening chrome profile.I want to open the chrome profile: (created by kameleo). My syntax Autoit: RUN('"C:\Program Files (x86)\Kameleo Team\Kameleo\Apps\Chrome\chrome.exe" --profile-directory="Default"') ; But as the result: I don't know where I went wrong. Please help me. Thanks very much Link to comment Share on other sites More sharing options...
Danp2 Posted January 27, 2021 Share Posted January 27, 2021 Maybe try passing the "dir" command line parameter like in the original screenshot? makemoneyonl 1 Latest Webdriver UDF Release Webdriver Wiki FAQs Link to comment Share on other sites More sharing options...
makemoneyonl Posted January 27, 2021 Author Share Posted January 27, 2021 24 minutes ago, Danp2 said: Có thể thử truyền tham số dòng lệnh "dir" như trong ảnh chụp màn hình gốc? I do not understand what you're saying Link to comment Share on other sites More sharing options...
Danp2 Posted January 27, 2021 Share Posted January 27, 2021 Actually, I misread your screenshot. You want to use the "--user-data-dir" parameter. Look at the Command Line in your first screenshot to see that it points to the directory created by Kameleo by using --user-data-dir. You need to make this part of your Run command. P.S. No need to quote me because I know what I wrote. If you do quote someone, please keep it in English. 😉 makemoneyonl 1 Latest Webdriver UDF Release Webdriver Wiki FAQs Link to comment Share on other sites More sharing options...
makemoneyonl Posted January 28, 2021 Author Share Posted January 28, 2021 Sr. hehe. I did it. Thanks so much^^ RUN('"C:\Program Files (x86)\Kameleo Team\Kameleo\Apps\Chrome\chrome.exe" --user-data-dir="C:\Users\****\AppData\Local\Kameleo\f0eb514f-581f-49aa-9fc6-615a49466849\Chromium\') ; Danp2 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now