View Single Post
Old 10-30-2013, 12:04 PM   #8
lucis_lupinum
Member
lucis_lupinum began at the beginning.
 
Posts: 18
Karma: 10
Join Date: Oct 2013
Device: Kindle
Okay, I see. Then why does this simple one not work?

Code:
def is_link_wanted(self, url, tag):
        return tag['id'] == 'jtoc_next'
I want to adress the element by its id which is jtoc_next

What do I do wrong there? Can't I use the id or something like that?
lucis_lupinum is offline   Reply With Quote