def when_i_reset_to_autoprov_the_device_from_webi(step, mac):
    device_action_webi.search_device(mac)
    common.click_on_line_with_alert('Reset to autoprov mode', mac)
    device_action_webi.search_device('')
Exemple #2
0
def when_i_reset_to_autoprov_the_device_from_webi(step, mac):
    device_action_webi.search_device(mac)
    common.click_on_line_with_alert('Reset to autoprov mode', mac)
    device_action_webi.search_device('')
def when_i_synchronize_the_device_group1_from_webi(step, mac):
    device_action_webi.search_device(mac)
    common.click_on_line_with_alert('Synchronize', mac)
    device_action_webi.search_device('')
Exemple #4
0
def when_i_synchronize_the_device_group1_from_webi(step, mac):
    device_action_webi.search_device(mac)
    common.click_on_line_with_alert('Synchronize', mac)
    device_action_webi.search_device('')