From 0b8cf9fd3050548cc56842507a3f6a915f6b1d98 Mon Sep 17 00:00:00 2001 From: yuriy Date: Thu, 14 Sep 2023 19:17:27 -0400 Subject: [PATCH] updated install documentation --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 43eb643..6440e19 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,10 @@ Automated posting to the following media platform using either the Platform's AP # 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 +The Uploader will check for a portable version of Chrome first, before defaulting to the system installation -1. To use a portable version of Chrome, download the latest version Chrome version that has a chromedriver version: [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` +1. To use a portable version of Chrome, download the latest version Chrome version that has a chromedriver from [Chrome-for-Testing](https://googlechromelabs.github.io/chrome-for-testing/latest-versions-per-milestone-with-downloads.json), extract the `chrome-win64.zip` file and move the extracted folder to the `\Lib\` directory: + The resulting chrome filepath should be `..\Freedomain-Video-Uploader-Folder\Lib\chrome-win64\chrome.exe` 2. Download the `win64` chromedriver for the same version and move it to `C:\Program Files\SeleniumBasic\chromedriver.exe`