-
Notifications
You must be signed in to change notification settings - Fork 8
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
exe detected properly on windows 10 path except for the extension being in BLOCK CAPITALS #24
Comments
renaming from .exe to C:\Program Files (x86)\phantomjs-1.9.8-windows\phantomjs.EXE |
i can confirm that when i manually launch phantomjs in the command line i do get a command prompt so it is working under the new extension. |
rebooted to be dead certain that the changes i made to the phantomjs file extension would be reflected on the path. it doesnt work still. same errors as before. maybe the path to the executable isnt right in windows. returning exe back to its original state and will manually specify if possible. |
i noticed that the path specified had spaces in it that needed to be escaped, so i changed the phantomjs path to include no spaces, and manually specified the the executable name, and phantomjs fired into life! i used this code on capybara - people are free to copy and paste for any purpose including commercial reasons free of charge, i modified it from this link here: Capybara.register_driver :poltergeist do |app|
Capybara::Poltergeist::Driver.new(app, {phantomjs:'phantomjs.exe',js_errors:false})
end |
my path has this on ("C:\phantomjs-1.9.8-windows") now. |
Could not find an executable at given path 'C:/Program Files (x86)/phantomjs-1.9.8-windows/phantomjs.EXE'.If this path was not specified explicitly, it is probably a bug in Cliver.
im investigating changing the extension of the phantomjs as a workaround.
ill tell you if this works.
The text was updated successfully, but these errors were encountered: