move select() in parser
This commit is contained in:
parent
cf2dca7520
commit
9afb301ebe
30 changed files with 197 additions and 197 deletions
|
|
@ -31,5 +31,5 @@ class FlashActuPage(GenericNewsPage):
|
|||
def get_body(self):
|
||||
element_body = self.get_element_body()
|
||||
element_body.tag = "div"
|
||||
return self.browser.parser.tostring(element_body)
|
||||
return self.parser.tostring(element_body)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue