Hello, Here is the general idea of what I want to achieve. I am running this on Ubuntu and driving Firefox only, so all the AutoIT/ Win32ole solutions are out of the way.
For each image on a given page, I want to know if clicking on it leads to a file download. If so, I need to get the URL of the file download to log it. I tried locating the external href tag of the <img src>, to no avail. Also, I realized that this wouldn't even be enough, because the file download could be triggered by some javascript, so a static analysis of the code is out of question. I really need to automate the click and, by some yet unknown mean, get the url of the file to be downloaded. Any hints for a fellow developper new at Watir? -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you are subscribed to http://groups.google.com/group/watir-general To post: [email protected] To unsubscribe: [email protected]
