Example: web.link

In the following example, the script loads a URL and then clicks alink:

web.url("test.html",
    "URL=http://localhost/test.html",
    new String[]{
        "Resource=0",
        "RecContentType=text/html",
        "Referer=",
        "Mode=HTML",
        web.LAST
    });
web.link("Test1",
    "Text=Test1",
    new String[]{web.LAST});