0

How can I automate the following web browsing using python?

  1. go to certain url
  2. click on some buttons
2964502
  • 4,301
  • 12
  • 35
  • 55
  • @Martijn Pieters Thanks for editing my question. I am hoping that you will guide me better. – 2964502 Jan 17 '14 at 11:23
  • ... I don't understand why you would need to perform this download more than once? – Karl Knechtel Jan 17 '14 at 11:46
  • @Karl Knechtel this is just an example, i have to repeat for other many files... – 2964502 Jan 17 '14 at 11:47
  • @KarlKnechtel I have asked a new question please have a look. http://stackoverflow.com/questions/21185301/automate-web-browsing-using-python#21185301 – 2964502 Jan 17 '14 at 11:56
  • @Martijn Pieters I have asked a new question please have a look http://stackoverflow.com/questions/21185301/automate-web-browsing-using-python#21185301 – 2964502 Jan 17 '14 at 11:56
  • @viena: there is no need to ping people in comments; if you asked a clear, complete question following the [guidelines for good questions](http://stackoverflow.com/help/how-to-ask) then your question will receive plenty of attention. – Martijn Pieters Jan 17 '14 at 11:58

1 Answers1

3

You can consider leveraging Selenium.

Here is some information:

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

How to use Selenium with Python?

Community
  • 1
  • 1
Anthony Kong
  • 37,791
  • 46
  • 172
  • 304
  • I have asked a new question please have a lookhttp://stackoverflow.com/questions/21185301/automate-web-browsing-using-python#21185301 – 2964502 Jan 17 '14 at 11:57