You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be usefull to have a function to take a screenshot,
Workaround for the moment is doing like this:
bashCommand = ['lxi', 'screenshot', '--address', ip, filename]
process = subprocess.Popen(bashCommand, stdout=subprocess.PIPE)