Bernardo

Results 11 comments of Bernardo

I actually made the test @fsouza added break, using 'html.parser' instead of 'html5lib'.

Based in what I know, that's is not an error, that's html escaping. It's a security measure against XSS. In the htmlmin, that is done by BeautifulSoup: ``` soup =...

"html.parser" doesn't do that, but it breaks a lot of tests. Since the tags are in the begining and at the end of the code, I think removing it wouldn't...

@fsouza I agree to use `choose(value)`, but for what I understood, since the WebDriver returns a specific radio button, this value wouldn't matter, right ? only for the zope.testbrowser

-1 **1-** I think find_by_* ir more readable **2-** There's probably a lot of people who doesn't know xpath or css selector (yes, they should learn it), but like myself,...