Results 1 to 3 of 3
Hi all,
I would like to use lynx to access to a wbsite. this wbsite requires login. Once you have put the login, you must submit this login, and then ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-24-2004 #1Just Joined!
- Join Date
- Mar 2004
- Posts
- 7
LYNX AUTOMATION
Hi all,
I would like to use lynx to access to a wbsite. this wbsite requires login. Once you have put the login, you must submit this login, and then a new web requires you a password, and I must submit it.
I want to automatize this process, but I have no idea how.
Thks for your help
- 03-25-2004 #2Linux Guru
- Join Date
- Apr 2003
- Location
- London, UK
- Posts
- 3,284
I did have a look through the man page and config file, but couldnt see anything that would do what you ask unless the website is using .htaccess rather than a HTML form.
- 03-25-2004 #3Just Joined!
- Join Date
- Mar 2004
- Posts
- 7
Hi all,
Finally I have seen it's posible to log your actions in lynx with this option
lynx -cmd_log=filename http://theurl.com
once you have recorded your actions in the file named filename you can do that:
lynx -cmd_script=filename http://theurl.com
and it performs this action
Thks all !


Reply With Quote
