Questions tagged [robobrowser]

RoboBrowser is a Pythonic library for automated web browsing and form handling. It is built on top of the requests and BeautifulSoup libraries.

RoboBrowser is a Pythonic library for automated web browsing. It can fetch pages, follow links handle forms. It is built on top of and , and aims to be a more modern replacement for .

122 questions
0
votes
0 answers

PTVS - robobrowser giving Beautifulsoup error

I am a newbie at python, this is a simple code from different solution, it should generally work but I am receiving an error from Beautifulsoup (screen below) on markup not provided. I am using PTVS and python 3.5. Python code: from robobrowser…
surpavan
  • 1,372
  • 7
  • 34
  • 66
0
votes
1 answer

How can I find a comment with specified text string

I'm using robobrowser to parse some html content. I has a BeautifulSoup inside. How can I find a comment with specified string inside