Readme update

This commit is contained in:
naibo 2023-07-23 23:54:40 +08:00
parent 99cd755031
commit 7c5f9a4139
4 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
When you start to design a task, but chrome exits instantly after it is opened, please do the following to make it normal: When you start to design a task, but chrome exits instantly after it is opened, please do the following to make it normal:
There is a potential issue with the software for MacOS, in that the Chrome software called by the software often updates automatically after opening, but the version of Chromedriver that the software relies on does not update automatically with Chrome, leading to the problem of being unable to open Chrome. Note that the EasySpider version used for Chrome is 113.0. There is a potential issue with the software for MacOS, in that the Chrome software called by the software often updates automatically after opening, but the version of Chromedriver that the software relies on does not update automatically with Chrome, leading to the problem of being unable to open Chrome.
To check the Chrome version, enter the EasySpider software and right-click to "Show Package Contents". Then go to Contents/Resources/app folder and double-click on the chrome_mac64 software to open Chrome. Then go to Settings -> About to check if the Chrome version is 113.0. To check the Chrome version, enter the EasySpider software and right-click to "Show Package Contents". Then go to Contents/Resources/app folder and double-click on the chrome_mac64 software to open Chrome. Then go to Settings -> About to check if the Chrome version matches the version of chromedriver_mac64 when you open it manually.
If it is not, you can download the corresponding macOS version of Chromedriver for your current Chrome version from the following website: https://chromedriver.chromium.org/downloads, and then place the downloaded Chromedriver in the Contents/Resources/app folder mentioned above, rename it and replace the "chromedriver_mac64" file to restore normal use of the software. If it is not, you can download the corresponding macOS version of Chromedriver for your current Chrome version from the following website: https://chromedriver.chromium.org/downloads, and then place the downloaded Chromedriver in the Contents/Resources/app folder mentioned above, rename it and replace the "chromedriver_mac64" file to restore normal use of the software.

View File

@ -1,8 +1,7 @@
如果点击"使用浏览器设计"按钮后Chrome弹出并闪退,需要按照以下流程操作: 如果点击"使用浏览器设计"按钮后Chrome弹出并闪退,需要按照以下流程操作:
MacOS版本的软件有一个问题可能存在,即软件所调用的Chrome软件会在打开后经常性自动更新,但软件所依赖的Chromedriver版本并不会随着chrome自动更新,从而导致软件打不开chrome的问题。注意此版本的EasySpider使用的Chrome为113.0版本。 MacOS版本的软件有一个问题可能存在,即软件所调用的Chrome软件会在打开后经常性自动更新,但软件所依赖的Chromedriver版本并不会随着chrome自动更新,从而导致软件打不开chrome的问题。
检查Chrome版本的方式为进入EasySpider软件内部即右键软件“显示包内容”然后进入Contents/Resources/app文件夹内,手动双击打开chrome_mac64软件打开chrome然后打开设置->关于Chrome来查看Chrome版本是否和手动打开chromedriver_mac64后显示的版本相同。
检查Chrome版本的方式为进入EasySpider软件内部即右键软件“显示包内容”然后进入Contents/Resources/app文件夹内,手动双击打开chrome_mac64软件打开chrome然后打开设置->关于Chrome来查看Chrome版本是否为113.0版本。
如果不是请自行到以下网址下载对应自己当前chrome版本的macOS版本的chromedriverhttps://chromedriver.chromium.org/downloads并将chromedriver文件放在上面提到的Contents/Resources/app文件夹内更名并替换掉“chromedriver_mac64”文件即可使软件恢复正常使用。 如果不是请自行到以下网址下载对应自己当前chrome版本的macOS版本的chromedriverhttps://chromedriver.chromium.org/downloads并将chromedriver文件放在上面提到的Contents/Resources/app文件夹内更名并替换掉“chromedriver_mac64”文件即可使软件恢复正常使用。

File diff suppressed because one or more lines are too long

View File

@ -12,7 +12,7 @@
"justMyCode": false, "justMyCode": false,
// "args": ["--id", "[7]", "--read_type", "remote", "--headless", "0"] // "args": ["--id", "[7]", "--read_type", "remote", "--headless", "0"]
// "args": ["--id", "[9]", "--read_type", "remote", "--headless", "0", "--saved_file_name", "YOUTUBE"] // "args": ["--id", "[9]", "--read_type", "remote", "--headless", "0", "--saved_file_name", "YOUTUBE"]
"args": ["--id", "[7]", "--headless", "0", "--user_data", "1", "--keyboard", "0"] "args": ["--id", "[8]", "--headless", "0", "--user_data", "1", "--keyboard", "0"]
} }
] ]
} }