curl / Mailing Lists / curl-users / Single Mail

curl-users

Re: how do I press a button?

From: ToddAndMargo <ToddAndMargo_at_zoho.com>
Date: Wed, 8 Aug 2018 19:50:12 -0700

On 08/08/2018 04:48 PM, ToddAndMargo wrote:
> On 08/08/2018 12:54 AM, Dan Fandrich wrote:
>> On Tue, Aug 07, 2018 at 08:01:22PM -0700, 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.)
>>
>> Take a look at the document at
>> https://curl.haxx.se/docs/httpscripting.html
>> to find out how to do things from the curl end. You'll still have to
>> figure out
>> exactly what to send and where, which you can generally figure out by
>> staring
>> at the network traffic going past using your browser's developer tools.
>
> Hi Dan,
>
> Thank, you!
>
> It looks like post is what I want.  But I am going to have to
> re-read it several times to get past the fog!
>
> -T

This is the button I have to press:

<Li class="margin-bottom-10"><a class="btn red fix-btn free-download
phantomStd" data-toggle="modal" data-target="#FreeTrial"
name="phantomStd" onclick="dataLayer.push({'event':
'phantomStd-click'});">Free Trial Download</a></li>

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