Capture output from browser call using Selenium
Posted
by gagneet
on Stack Overflow
See other posts from Stack Overflow
or by gagneet
Published on 2010-05-25T07:43:48Z
Indexed on
2010/05/25
11:31 UTC
Read the original article
Hit count: 308
I need to create a use case (using Selenium) in which I send HTTP calls with a Cookie through the browser and capture the return value in a text file.
What do I need to do this, I have run this using CURL in the command line, but we are encountering issues with the same, and hence wish to verify using a real UI browser.
© Stack Overflow or respective owner