FIX fill forward destination
This commit is contained in:
parent
4d26da8768
commit
e98a67bdb9
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue