cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Linux Curl Help: Click a link

From: Sourin Maiti <sourin.maiti_at_gmail.com>
Date: Wed, 4 May 2016 14:49:57 +0530

Thanks for the info Bruce. Need to explore casperjs/phantomjs/selenium.

Thanks,
Sourin Maiti

On 2 May 2016 at 18:27, bruce <badouglas_at_gmail.com> wrote:

> If you know the "logic" of the page you're looking at, you could craft the
> "post"/"get" to be inserted in the curls to simulate the process.. But this
> would only really work in simple situations.
>
> You could do more complex "stuff" with simulating browser actions by using
> dom/xpath manipulation/simulation for button selections and using that to
> generate the curl post/get actions..
>
> Finally, you can generate test scripts/processes, using headless browser
> harness apps like casperjs/phantomjs/selenium/etc..
>
>
>
> On Mon, May 2, 2016 at 7:26 AM, Sourin Maiti <sourin.maiti_at_gmail.com>
> wrote:
>
>> Hi Curl Users,
>>
>> Looking for help here. After each code deploy we click a browser link
>> manually to start a smoke test, I need to automate it using shell
>> scripting. Is any click facility available in curl? Can i achieve this with
>> submit button option?
>>
>> --
>> with regards,
>> Sourin Maiti
>>
>> -------------------------------------------------------------------
>> List admin: https://cool.haxx.se/list/listinfo/curl-users
>> FAQ: https://curl.haxx.se/docs/faq.html
>> Etiquette: https://curl.haxx.se/mail/etiquette.html
>>
>>
>
> -------------------------------------------------------------------
> List admin: https://cool.haxx.se/list/listinfo/curl-users
> FAQ: https://curl.haxx.se/docs/faq.html
> Etiquette: https://curl.haxx.se/mail/etiquette.html
>
>

-- 
with regards,
Sourin Maiti

-------------------------------------------------------------------
List admin: https://cool.haxx.se/list/listinfo/curl-users
FAQ: https://curl.haxx.se/docs/faq.html
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2016-05-04