I wanted to know about the scope of web browsing through unix . I went through the following questions :
Is there a way to use curl interactively? Or is there an interactive curl/wget shell?
Automating web requests using curl?
and some more posts and questions like the above mentioned two questions .
I have tried to use curl
and wget
to fetch responses from web-pages in solaris. But have not yet investigated the possibility of simulating mouse clicks and filling forms through unix. The above questions inform of a handful of commands and libraries to do so but since nothing has been said specifically about the possibility to do so from unix so I could not assure myself .
So I would like to know if the ideas mentioned in the above questions like perl mechanise
and libwww
, lynk
or curl
(in interactive mode) can also be used for Unix (solaris ,specifically).
If yes,would you suggest some scripts that I can learn from ?