Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
naibo committed Mar 9, 2024
1 parent 7d9ae70 commit 5cf81ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ There is a potential issue with the software for MacOS, in that the Chrome softw

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 (just check at the main version number before the first decimal point, such as 122) 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.


Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
MacOS版本的软件有一个问题可能存在,即软件所调用的Chrome软件会在打开后经常性自动更新,但软件所依赖的Chromedriver版本并不会随着Chrome自动更新,从而导致软件打不开Chrome的问题。
检查Chrome版本的方式为:进入EasySpider软件内部,即右键软件“显示包内容”,然后进入Contents/Resources/app文件夹内,手动双击打开chrome_mac64软件打开Chrome,然后打开设置->关于Chrome来查看Chrome版本是否和手动打开chromedriver_mac64后显示的版本相同。

如果不是,请自行到以下网址下载对应自己当前Chrome版本的macOS版本的Chromedriver:https://googlechromelabs.github.io/chrome-for-testing,并将chromedriver文件放在上面提到的Contents/Resources/app文件夹内,更名并替换掉“chromedriver_mac64”文件即可使软件恢复正常使用。
如果不是,请自行到以下网址下载对应自己当前Chrome版本(只需看第一个小数点前的大版本号,如122)的macOS版本的Chromedriver:https://googlechromelabs.github.io/chrome-for-testing,并将chromedriver文件放在上面提到的Contents/Resources/app文件夹内,更名并替换掉“chromedriver_mac64”文件即可使软件恢复正常使用。

如果使用过程中发现其他问题,请到Github Issues页面提issue。

0 comments on commit 5cf81ce

Please sign in to comment.