curl / Mailing Lists / curl-users / Single Mail

curl-users

Re: How do I read the version on this web page?

From: Ralph Mitchell <ralphmitchell_at_gmail.com>
Date: Wed, 2 Jan 2019 23:10:23 -0500

On Wed, Jan 2, 2019 at 10:27 PM ToddAndMargo <ToddAndMargo_at_zoho.com> wrote:

> Hi All,
>
> On this following web page:
>
>
> https://www.eset.com/us/business/endpoint-security/windows-security/download
>
> Firefox clearly shows me the version (7.0.2091.0).
>
> Problem: I can't figure out how to download that part
> of the web page that include the version.
>
> What am I doing wrong? How is Firefox seeing the 7.0.2091.0?
>

I suspect there's some fancy footwork going on with javaScript or JSON or
jQuery modifying this section sometime after it loads:

    <div class="information information-dynamic">
        <span class="info"> Filename:
            <span class="filename"></span>
        </span> |
        <span class="info"> File size:
            <span class="size"></span>
        </span> |
        <span class="info"> Version:
            <span class="version"></span>
        </span>
    </div>

Ralph Mitchell

-----------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2019-01-03