![]() |
"Test quietly but carry a big
net"
|
| FAQ -- Frequently Asked Questions |
How can I test javascript in my pages?
HttpUnit can test javascript if you add "js.jar" to your classpath. This extra jar can be found in the morebot source repository at /morebot/lib/js.jar
How can I use Morebot for my site that does not have a login?
Just leave the username field empty, and no login will be attempted.
How can I authenticate using HTTP basic authentication?
Erase the (form-based) login URL, and form-based user and password preferences in your morebot.xml file. These preferences signal that form-based login is used. Then add the user/pass preferences for HTTP basic authentication. See configs/sampleBasicAuth.xml for an example.