Tagged Questions
15
votes
9answers
5k views
Is there a PHP equivalent of Perl's WWW::Mechanize?
I'm looking for a library that has functionality similar to Perl's WWW::Mechanize, but for PHP. Basically, it should allow me to submit HTTP GET and POST requests with a simple syntax, and then parse ...
1
vote
5answers
152 views
Website button click - Perl WWW::Mechanize
I try to use the perl script to automate the interaction with a website.
I use module WWW::Mechanize to realize my design. But I cannot perform the button click in my perl script by using command as ...
0
votes
2answers
115 views
Perl Mechanize module session cookie issue
I try to use the perl script to automate the interaction with a website.
I use module WWW::Mechanize to realize my design. But, the website [https] shows session expired.
Can anyone help me with ...