[Question] Can you specify executablePath when launching Firefox browser
See original GitHub issueIs it possible to specify Firefox executablePath when launching a firefox browser with playwright ?
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:12 (4 by maintainers)
Top Results From Across the Web
Is there a way to specify firefox's executable path in nightwatch?
With protractor, I can specify which executable to trigger with a magic property named firefox_path . But I have not found how to...
Read more >Where is Firefox.exe located on WIndows 10? - Mozilla Support
Right-click the desktop shortcut for Firefox and view the Properties. The Target line will show you where firefox.exe is located.
Read more >How to use GeckoDriver in Selenium? - Tools QA
How to run tests in Headless mode using GeckoDriver? ... The WebDriver connects with the firefox browser using the GeckoDriver.
Read more >How To Fix -Executable path has been deprecated ... - YouTube
If you are using latest version of Selenium with python then you will ... 38K views 2 years ago Selenium WebDriver Tutorials For...
Read more >How do I find the Firefox binary path? - Ask Ubuntu
What I do is, I click right and choose Add launcher to desktop. Then you have the launcher on your desktop and there...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Yes it is. But Firefox and WebKit only works with the Playwright specific bundled version. Chromium would work with the latest Canary build. See here for a more detailed answer: https://github.com/microsoft/playwright/issues/2623#issuecomment-646051077
Cool, thanks a lot for your precious help !