Closed dpaluy closed 9 months ago
While trying to use Firefox on Mac M1 (ARM)
browser = Ferrum::Browser.new browser_name: :firefox
I'm getting an error: Permission denied - /Applications/Firefox.app/Contents/MacOS (Errno::EACCES) on this step
Permission denied - /Applications/Firefox.app/Contents/MacOS (Errno::EACCES)
I'm getting the same error with Brave.
However, the chrome works correctly.
What's the correct way to resolve this issue?
Thank you!
Firefox/Webkit are not supported for now. Only Chrome
While trying to use Firefox on Mac M1 (ARM)
browser = Ferrum::Browser.new browser_name: :firefox
I'm getting an error:
Permission denied - /Applications/Firefox.app/Contents/MacOS (Errno::EACCES)
on this stepI'm getting the same error with Brave.
However, the chrome works correctly.
What's the correct way to resolve this issue?
Thank you!