Ejemplo n.º 1
0
 def ifchecked(self,Element):
     return Element.get_attribute('checked')
Ejemplo n.º 2
0
 def gettext(self,Element):
     return Element.get_attribute('text')
Ejemplo n.º 3
0
 def cleartext(self,Element):
     s=Element.get_attribute('text') 
     if s:
         Element.clear()
         self.cleartext(Element)