I try to use HTML Link Parser as described in the User Manual. First, I do note have any clue on how the HTML is parsed. If I want to follow all the links of a page, I put .* in the path. Then I have to put a loop, but I don't know exactly how many links I have. I tried to parse the tomcat home page: http://localhost:8080/index.html . If I parse this page, links are followed in a random order, and sometimes it tries to parse "http://localhost:8080/.*" . I don't have 2 sessions identical. Another problem is that when URL are dynamic, I would like to match the name of the link, not the url. Example: <a href="toto/titi?var=57457">Here are my examples</a> I want to put in the path: "Here are my exemples" and not "toto/titi?var=57457" which can change between 2 sessions. Any suggestions? Simon.
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

