Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

open response in browser after submit forms #109

Open
kartikdanidhariya opened this issue Aug 21, 2015 · 0 comments
Open

open response in browser after submit forms #109

kartikdanidhariya opened this issue Aug 21, 2015 · 0 comments

Comments

@kartikdanidhariya
Copy link

hi,
i used your library it very useful to me
i write one python script

br.open('http://sites/moodle/login/index.php')
br.form['username'] = 'username'
br.form['password'] = 'password'
br.submit()
print "br.response().read()",br.response().read()

after submit form it returns response in br.response()

so now i want to open this br.response() in to browser automatically
how can i get that,
please help,
thanks in advance!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant