curl / Mailing Lists / curl-users / Single Mail

curl-users

Re: how do I press a button?

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 9 Aug 2018 08:58:34 +0200 (CEST)

On Wed, 8 Aug 2018, ToddAndMargo wrote:

> onclick="dataLayer.push({'event': 'phantomStd-click'});"

Here's the clue 'onclick' means it'll run javascript on click. javascript can
then do basically anything in the browser.

To figure out what exact HTTP request that ends up doing, fire up your
browser's web tools and its network tab.

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