I need to open a webbrowser using python watch the email and password populate in the form, programmatically submit the form and keep the cookies while navigating through the web site. Any help would be greatly appreciated.
mqtgirl 0 Newbie Poster
Recommended Answers
Jump to PostTry mechanize and see if it will work for you. An example.
Jump to PostIt appears that the OP wants to open a web browser, i.e. subprocess.call("firefox"), and then submit some data after some period of time from a running program, which is beyond my knowledge. AFAIK you either do everything in the program or everything in the browser, especially if the page is …
All 6 Replies
woooee 814 Nearly a Posting Maven
mqtgirl 0 Newbie Poster
richieking 44 Master Poster
richieking 44 Master Poster
ultimatebuster 14 Posting Whiz in Training
woooee 814 Nearly a Posting Maven
vegaseat commented: good point +13
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.