From 748078370faa3ee94ea9ff41ba4b7fb7441bd36f Mon Sep 17 00:00:00 2001 From: yuriy Date: Fri, 28 Jul 2023 11:15:23 -0400 Subject: [PATCH] readme cleanup --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 60aaf03..9441e2c 100644 --- a/README.md +++ b/README.md @@ -49,10 +49,12 @@ LocalsPostPageURL= # Using Portable Version of Chrome Using a portable version of Chrome will give you full control over chrome and chromedriver updates. +The Uploader will check for a portable version of Chrome first, before defaulting to the system wide installation + 1. To use a portable version of Chrome, download an up to date version of [Chrome-for-Testing](https://googlechromelabs.github.io/chrome-for-testing/latest-versions-per-milestone-with-downloads.json), extract the `chrome-win64` folder and move it to the `\Lib\` directory: eg: `\Freedomain-Video-Uploader\Lib\chrome-win64\chrome.exe` -2. Then download the `win64` chromedriver for that version and move it to `C:\Program Files\SeleniumBasic\chromedriver.exe` +2. Download the `win64` chromedriver for the same version and move it to `C:\Program Files\SeleniumBasic\chromedriver.exe` # Uncaught Errors