tags:

views:

74

answers:

1

I want to make an "autofill" that works like this:

The site contains the Name and down the Name has the field to write it.

So, I want to make a program the search the "Name" in the website, and before that, click down the "Name" and write the name (easy part)...

How can I search for it?

I can't use the site forms, because, everysite has different forms

A: 

Try: http://stackoverflow.com/questions/60152/automate-firefox-with-python and https://addons.mozilla.org/en-US/firefox/addon/7620

cji
it's there another way? I've already done something with selenium and didn't got successful...
Shady