-1

How can I automate the following web browsing using python?

  1. go to certain url
  2. click on some buttons
6
  • @Martijn Pieters Thanks for editing my question. I am hoping that you will guide me better. Commented Jan 17, 2014 at 11:23
  • ... I don't understand why you would need to perform this download more than once? Commented Jan 17, 2014 at 11:46
  • @Karl Knechtel this is just an example, i have to repeat for other many files... Commented Jan 17, 2014 at 11:47
  • @KarlKnechtel I have asked a new question please have a look. stackoverflow.com/questions/21185301/… Commented Jan 17, 2014 at 11:56
  • @Martijn Pieters I have asked a new question please have a look stackoverflow.com/questions/21185301/… Commented Jan 17, 2014 at 11:56

1 Answer 1

3

You can consider leveraging Selenium.

Here is some information:

https://pypi.python.org/pypi/selenium

How to use Selenium with Python?

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

1 Comment

I have asked a new question please have a lookhttp://stackoverflow.com/questions/21185301/automate-web-browsing-using-python#21185301

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.