Explorar el Código

FIX fill forward destination

boyska hace 7 años
padre
commit
e98a67bdb9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      messagenet.py

+ 1 - 1
messagenet.py

@@ -113,7 +113,7 @@ class Messagenet(object):
         else:
             # assumiamo che il numero sia valido
             b.find_by_name('deviazione').find_by_value('numero').click()
-            b.find_by_id('numdev').type(to)
+            b.find_by_id('numdev').fill(to)
         b.find_by_css('button[type="submit"]').click()
 
     def get_forward(self):