From da079ce7b7cf6475f9d09b05214bc530f0493875 Mon Sep 17 00:00:00 2001 From: g1879 Date: Fri, 14 Aug 2020 00:38:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.en.md b/README.en.md index 174d8f8..95e922e 100644 --- a/README.en.md +++ b/README.en.md @@ -177,9 +177,9 @@ If you only use session mode, you can skip this section. There are three ways to configure the path: --Write two paths to system variables. --Pass in the path manually when using it. --Write the path to the ini file of this library (recommended). +- Write two paths to system variables. +- Pass in the path manually when using it. +- Write the path to the ini file of this library (recommended). If you choose the third method, please run these lines of code before using the library for the first time, and record these two paths in the ini file. @@ -217,9 +217,9 @@ cache_path # Cache path Tips: --Different projects may require different versions of chrome and chromedriver. You can also save multiple ini files to use as needed. --It is recommended to use the green version of chrome, and manually set the path to avoid browser upgrades that do not match the chromedriver version. --It is recommended to set debugger_address when debugging a project, and use a manually opened browser to debug, saving time and effort. +- Different projects may require different versions of chrome and chromedriver. You can also save multiple ini files to use as needed. +- It is recommended to use the green version of chrome, and manually set the path to avoid browser upgrades that do not match the chromedriver version. +- It is recommended to set debugger_address when debugging a project, and use a manually opened browser to debug, saving time and effort.