I'm currently working on a python script and I am stuck.
My script should go on a webpage, upload a file from the computer, fill a form, start an action (BLAST) and then wait since the action can be long. (sometimes one hour). After all this go on a link in the page and download one of the results (Hit table).
I currently just found how to open a webpage from my script but can't find something that would let me "navigate" on the page.