scrapy-plugins / scrapy-playwright

🎭 Playwright integration for Scrapy
BSD 3-Clause "New" or "Revised" License
992 stars 108 forks source link

Wrong browser. How do I install one specific browser version? #281

Closed jonasfroeller closed 3 months ago

jonasfroeller commented 3 months ago

ERROR i get:

playwright._impl._errors.Error: BrowserType.launch: Executable doesn't exist at C:\Users\jfroe\AppData\Local\ms-playwright\firefox-1449\firefox\firefox.exe
╔════════════════════════════════════════════════════════════╗
║ Looks like Playwright was just installed or updated.       ║
║ Please run the following command to download new browsers: ║
║                                                            ║
║     playwright install                                     ║
║                                                            ║
║ <3 Playwright Team                                         ║
╚════════════════════════════════════════════════════════════╝

my browsers: chromium-1124 webkit-2035 firefox-1454

jonasfroeller commented 3 months ago

works with playwright@1.44.1

elacuesta commented 3 months ago

Do as the error message instructs you: run playwright install

jonasfroeller commented 3 months ago

Do as the error message instructs you: run playwright install

that installs the next version, that was the problem. this plugin used the old one