-
Notifications
You must be signed in to change notification settings - Fork 585
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
can't get Chrome visible mode to work - gathering replication steps #511
Comments
Hi Fabian, this is interesting issue, have not come across this. (for none of Google accounts active, that is by design. so that the TagUI has its own Google Chrome session without disrupting or restarting existing open Chrome browser by user).
During the first run, just like a new Chrome installation, the Chrome browser will prompt you for some initial setup, you can choose your options and Chrome won't ask again the next time. |
@SetSails says:
For TagUI, it's difficult to debug when there are too many commands. To find out where might be the problem, I like to try this two-liner to see if TagUI works on your machine or not: https://google.com
LIVE Save the above in a file, say test.txt. Then run the script using:
If you see the chrome browser being launched and the google web page displayed, then you will know that TagUI is running properly on your machine. Note: the "LIVE" command is to put TagUI in interactive mode. Without this, the browser might launch, display the google page and then immediately close in the blink of an eye, and you might thought it's not working. By the way, if you see the following error message
you might need to install the OpenSSL library on your Mac. Please refer to the article for details: "dyld: Library not loaded error on macOS (OpenSSL missing)" #86 |
Thanks CK for adding on to share your tips on finding out root cause of the issue! |
Closing for now until further inputs |
Hi kensoh,
I'm trying to run the sample
./tagui samples/1_yahoo chrome
in visible Chrome mode - i'm running mac os/x 10.13.6 (17G65)It does open a new Chrome window (which by the way has none of my google accounts active) but then just doesn't do anything.
What am I missing ?
Without appending
chrome
to the command it does complete successfully in the background.Thank you & Best Regards
Fabian
The text was updated successfully, but these errors were encountered: