Outils pour utilisateurs

Outils du site


tech:script_automatisation_entrees_clavier_automated_input_macro

Ceci est une ancienne révision du document !


Script automatisation entrées clavier automated input macro

Voir : http://www.thegeekstuff.com/2010/10/expect-examples/

#! /usr/bin/expect
 
set timeout 10
 
spawn cadaver -p 192.168.56.1:3128 https://www.acme.fr/
 
expect "Do you wish to accept the certificate? (y/n)"
send "y\n"
 
interact
tech/script_automatisation_entrees_clavier_automated_input_macro.1742825205.txt.gz · Dernière modification : de 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki