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
Comments
Post a Comment