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

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

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -