2

I am new to scripting and trying to get a hang with Bash scripting for starters. I am stuck in a situation and need help; I am trying to write a shell script that would login to a website and input the username/password and click on a button. So far I have tried using wget and curl however not had much luck... Any pointers would be appreciated.

Thanks & Regards,

2
  • what did you try out with curl? Is there some place you got stuck? Commented Sep 5, 2013 at 14:50
  • 1
    You can use Python+Selenium to do it! selenium-python.readthedocs.io Commented Jan 19, 2017 at 9:47

1 Answer 1

1

I don't think bash has such capabilities. You can try pytho/mechanize.

Sign up to request clarification or add additional context in comments.

1 Comment

Iam used Python and Selenium and having a tonne of fun with it :)

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.