Spider finally has command line parameters and going forward should be able to update using Firefox’s add-ons manager. See news and help for the details.
Category: Spider
YASU 0.0.1.23
Minor update to fix Help link, race and other issues with automatic dialog closing and to add file:// as a supported scheme. See news for the details.
YASU 0.0.1.22
Minor update to add a fallback to collectGarbage. See news for the details.
YASU 0.0.1.21
Spider 0.0.1.21 includes the ability to automatically close alerts, prompts, confirms and other common dialogs through the use of calls to registerDialogCloser()
and unregisterDialogCloser()
in userhook functions.
For an example, see closedialoghooks.js where registerDialogCloser()
is called in the userhook userOnBeforePage()
and unregisterDialogCloser()
is called in the userhook userOnAfterPage
.
YASU 0.0.1.18
Yet Another Spider Update which adds a new function loadScript() which can be used by user hook functions to load external scripts (Example).