From 02fcc27f736e9fda91643b70a95eada88e4ef538 Mon Sep 17 00:00:00 2001 From: yuriy Date: Fri, 28 Jul 2023 11:06:37 -0400 Subject: [PATCH] updated readme with portable chrome instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6cb68bc..a36167b 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,10 @@ LocalsPostPageURL= - [How to get Telegram bot token + chat-id](https://tutorial.cytron.io/2021/09/01/how-to-create-a-telegram-bot-get-the-api-key-and-chat-id/) - All other settings will automatically get written to the `settings.ini` file as you check/uncheck the setting boxes while running the Poster. +# Using Portable Version of Chrome +Using a portable version of Chrome will give you full control over chrome and chromedriver updates. +To use a portable version of Chrome, download an up to date version of "Chrome for Testing" from: 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` then download the `win64` chromedriver for that version and move it to `C:\Program Files\SeleniumBasic\chromedriver.exe` + # Uncaught Script Errors I’ve done my best to catch any possible errors that might pop up and write functionality to handle them. But If an error happens that i haven't written resolves for, it will pop up a message box that looks like this. Please send me a screenshot so I can write a patch for the bug.