原文網址:http://wordrider.net/forum/10/17077
How to make ReCaptcha readable with SlimerJS
There are two kind of versions of SlimerJS: standalone and lightweight.
- SlimerJS standalone version is recommended whether you have Firefox installed or not. The standalone version depends on operating system (OS) and architecture.
- For Windows: [download.slimerjs.org]
- For Mac: [download.slimerjs.org]
- For Linux i686: [download.slimerjs.org]
- For Linux x86_64: [download.slimerjs.org]
- You can use the lightweight version if you have Firefox installed. You can download SlimerJS lightweight version here. But because the lightweight version depends on your Firefox installation, breakages are possible in the future, you're on your own if you choose the lightweight version. You can use the lightweight version for all operating systems.
Steps to integrate SlimerJS with FRD. We use standalone version (0.9.6) for Windows as an example:
- Copy slimerjs-0.9.6-win32.zip (for Windows standalone version) to "tools" folder inside your FRD installation folder.
- Extract slimerjs-0.9.6-win32.zip. You'll get slimerjs-0.9.6-win32 folder, rename it to slimerjs.
‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧
- Update recaptcha plugin to at least version 1.1.0 (Help -> Check for new plugins).