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
I have chromium and chromedriver installed on my localhost. I wonder if chromium will work? If so, should i create a method detectLinuxBinaryPath()? It would check 'which {exe}' for a list of executables in the order "google-chrome", 'chromium' and whatever else, if chromedriver would work. Let me know.
Just to re-iterate, my question is: which linux binaries will work for the chrome binary besides google-chrome?
The text was updated successfully, but these errors were encountered:
@iateadonut thanks for the issue and the PRs.
I've filled in the issue title for you, I would ask you to fill it the next time.
Again, next time, file two issues to keep the specificity and allow better searching and tracking.
Hi,
I'm working to set this up on an existing plugin directory.
I have a few issues:
In order to track it down, I needed a stack trace or at least a file and line.
So I added:
I've created a pull request:
#693
It looks like an issue here:
wp-browser/src/Utils/ChromedriverInstaller.php
Line 243 in 6dba0de
I have chromium and chromedriver installed on my localhost. I wonder if chromium will work? If so, should i create a method detectLinuxBinaryPath()? It would check 'which {exe}' for a list of executables in the order "google-chrome", 'chromium' and whatever else, if chromedriver would work. Let me know.
Just to re-iterate, my question is: which linux binaries will work for the chrome binary besides google-chrome?
The text was updated successfully, but these errors were encountered: