Add chrome option for PlaywrightCrawler
Currently when using PlaywrightCrawler the three default browser types are 'chromium', 'firefox', 'webkit'
Add straight forward support for actual Chrome as well. (consider if that is supposed to be in the same optional group as playwright or even addtional optional group as it will require download and installation of Chrome browser as well)
But Chrome is a channel not a browser_type.
It is already supported if Chrome browser is installed on the system and pass the appropriate parameter to the browser_launch_options
But
Chromeis achannelnot abrowser_type.It is already supported if Chrome browser is installed on the system and pass the appropriate parameter to the
browser_launch_options
@B4nan best if you answer this question. No point in me being the middleman. What exactly was your idea for "chrome support"?