curl / Mailing Lists / curl-users / Single Mail

curl-users

Re: how do I press a button?

From: ToddAndMargo <ToddAndMargo_at_zoho.com>
Date: Fri, 10 Aug 2018 14:53:02 -0700

On 08/07/2018 08:01 PM, ToddAndMargo wrote:
> Hi All,
>
> From this page:
>
> https://www.foxitsoftware.com/downloads/#Foxit-PhantomPDF-Education/
>
> I want to press any of the three "free trial download" buttons
> so that I can harvest the "Version" (9.2.0.9297) that appears
> on the pop up.
>
> How do I do this?   (I don't care if I get a bunch of versions
> as long as the current one is in there somewhere.)
>
> Many thanks,
> -T

Got it!

$ curl
'https://www.foxitsoftware.com/downloads/downloadForm.php?product=Foxit-PhantomPDF-Business&language=English&platform=Windows'
-o - | grep 'option value="9.2'

used Firefox's web developer, network copy ...

Geez! Talk about a crash course on how the web works!

Thank you all for the help!

-T

-----------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2018-08-10