- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Azadifar,
vm.login has an optional parameter (require_interactive, default is False)
So if you change the login to this line, it should work:
vm.login(username="User", password="Password", require_interactive=True)