How do I press Enter with pexpect? The problem is I dont know how to submit "enter"
-- Press ENTER to continue or Ctrl-C to abort. --
child.expect ('-- Press ENTER to continue or Ctrl-C to abort. --*')
child.sendline ('')
How do I press Enter with pexpect? The problem is I dont know how to submit "enter"
-- Press ENTER to continue or Ctrl-C to abort. --
child.expect ('-- Press ENTER to continue or Ctrl-C to abort. --*')
child.sendline ('')