← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #678057]: capture command wrong using vnc

 

Question #678057 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/678057

    Status: Solved => Open

Christoph Fetzer is still having a problem:
Hm, sorry, i have to come back here.

That's what I do:
client = vncStart(ip="192.168.56.102", port=5900 ) 
use( client )
wait( 1 )
type( "R", Key.WIN )
wait( 1 )
capture( client, "1.png" )

That's what I get:
[error] script [ Install ] stopped with error at line --unknown--
[error] Error caused by: Traceback (most recent call last): File "D:\x\anovis2\Funktionstest\sikuli\Install.sikuli\Install.py", line 7, in <module> capture( client, "1.png" ) File "C:\Users\CKl\AppData\Roaming\Sikulix\Lib\sikuli\Sikuli.py", line 57, in capture shot = SCREEN.cmdCapture(args) AttributeError: 'org.sikuli.vnc.VNCScreen' object has no attribute 'cmdCapture'

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