jeudi 4 octobre 2018

Python: Test zenity gui with docker

I use zenity for my scripts and want to test the user interface with docker. Here an example:

import subprocess

command = ['zenity', '--entry', hide_text,'--width=500', '--text=Username']
subprocess.call(command)

I want something like selenium. So how could I automate the gui with docker?

Aucun commentaire:

Enregistrer un commentaire