[Follow-up] Restore checking for TEST_BROWSER_BINARY_PATH
logic in scripts/upgrade_chromedriver.js
#4147
Labels
TEST_BROWSER_BINARY_PATH
logic in scripts/upgrade_chromedriver.js
#4147
Issue Description
In #4071, we changed
to
to get workflow to work with node 14. This is a temp fix. With the check for
TEST_BROWSER_BINARY_PATH
, we can specify a custom path for the browser binary. This can be very useful for testing different browser versions or browser types without having to change the hardcoded paths in your script.We need to follow up and modify this part after Node 18 PR merged.
The text was updated successfully, but these errors were encountered: