python-requests-html

Combining RoboBrowser with Requests-HTML

风格不统一 提交于 2019-12-10 12:18:34
问题 I like the ease of filling out and submitting online forms using RoboBrowser and I think I understand how to access the requests.Session() instance underlying RoboBrowser if I need to use that. But I want to submit a form using RoboBrowser then pass the session to requests_html.Session() so I can render the HTML using JavaScript. How do I do that? Is there a way to convert a Requests session to a Requests-HTML session? I have looked through the documentation for Requests, Requests-HTML and