How can I search a text in some website (not from the source) with Python? -


i want make "autofill" works this:

the site contains name , down name has field write it.

so, want make program search "name" in website, , before that, click down "name" , write name (easy part)...

how can search it?

i can't use site forms, because, everysite has different forms

try: automate firefox python? , https://addons.mozilla.org/en-us/firefox/addon/7620


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -