← Back to team overview

sikuli-driver team mailing list archive

[Question #674939]: VNCScreen refresh and ADBScreen

 

New question #674939 on Sikuli:
https://answers.launchpad.net/sikuli/+question/674939

I am using SIkuli 1.1.4 @ Ubuntu 18.04.
I have two questions.
In 1.1.4 I do not seem to find ADBScreen any more.
Is it not implemented yet or will it not be implemented at all?
In order to over come that I am using scrcpy on a virtual screen.
I am able to connect capture images and control it. Though what I have seen is that the VNCScreen captures only one image at the initialization and nothing else. 
for example the following code will return always the same image irrelevant of what is going on on the virtual screen

vnc = vncStart(port=5901")
wait(5)
while True:
vnc.capture().getFile("/path/to/folder/")
wait(5)

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.