sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #47693
[Question #670809]: VNC not working properly
New question #670809 on Sikuli:
https://answers.launchpad.net/sikuli/+question/670809
Let's take an example:
vncscreen = sikulix.vncStart('xxx', 5901, 'password') # works perfect
vncscreen.capture() # works perfect -- gets a screen capture of the initial screen that just connected
vncscreen.click('firefox_image.png') # works perfect -- clicks on 'firefox' icon and opens the firefox browser
vncscreen.wait(10.0) # works perfect i.e., waits for 10 seconds
vncscreen.capture() # FAILS -- still gives the original (initial) screen capture
vncscreen.find('something in the firefox browser') # FAILS -- obviously, because it's still stuck in the original screen
Any ideas/suggestions would be greatly appreciated.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.