Hi there,
I’m wondering if somebody could help…
Basically, I need to download PDF documents from various different web pages. An example of how the download buttons can look:
I’ve played around with the selectors and ended up with this:
" html title= ‘"+ WindowTitle+"’ webctrl css-selector=‘html’ tag=‘HTML’ webctrl css-selector=‘html>body’ tag=‘BODY’ webctrl aaname=’* PDF*’ tag=‘A’ /"
However, this only works sometimes. Any suggestions or better ideas would be greatly appreciated.