ultrafunkamsterdam / nodriver

Successor of Undetected-Chromedriver. Providing a blazing fast framework for web automation, webscraping, bots and any other creative ideas which are normally hindered by annoying anti bot systems like Captcha / CloudFlare / Imperva / hCaptcha
GNU Affero General Public License v3.0
1.49k stars 165 forks source link

find_chrome_executable: Search `PATH` in order #7

Open ilkecan opened 2 months ago

ilkecan commented 2 months ago

From https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap08.html#tag_08_03:

PATH ... The list shall be searched from beginning to end, applying the filename to each prefix, until an executable file with the specified name and appropriate execution permissions is found. ...