From 63e0e5b28dfe84e51bd166e3c6f3ebf6ef8a0c7b Mon Sep 17 00:00:00 2001 From: yuriy Date: Fri, 28 Jul 2023 11:13:49 -0400 Subject: [PATCH] readme cleanup --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4904a31..60aaf03 100644 --- a/README.md +++ b/README.md @@ -49,13 +49,13 @@ LocalsPostPageURL= # Using Portable Version of Chrome Using a portable version of Chrome will give you full control over chrome and chromedriver updates. -1. 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: +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` -# Uncaught Script Errors +# Uncaught Errors I have 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. ![Alt text](Assets/Screenshots/Error_Message2.png "Error Message")