← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #272116]: Press SHIFT Key and then END Key to select a list of entries in a table

 

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

    Status: Answered => Open

Mahaling is still having a problem:
I have selected the first entry in the table and then executed the
command type(Key.END, Key.SHIFT)

I tried type(Key.END, Key.SHIFT) but it failed with the below error

ERROR:

[log] CLICK on (192,130)

[error] Stopped
[error] An error occurs at line 2
[error] Error message: Traceback (most recent call last):
 File "C:\Users\byod\AppData\Local\Temp\sikuli-tmp4989871196775013133.py", line 2, in 
 type(Key.END, Key.SHIFT)
 Line 2, in file C:\Users\byod\AppData\Local\Temp\sikuli-tmp4989871196775013133.py

 at org.sikuli.script.Region.handleFindFailed(Region.java:420) 
at org.sikuli.script.Region.wait(Region.java:511) 
at org.python.proxies.sikuli.Region$Region$0.super__wait(Unknown Source) 
at sun.reflect.GeneratedMethodAccessor34.invoke(Unknown Source) 
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 
at java.lang.reflect.Method.invoke(Unknown Source) 

org.sikuli.script.FindFailed: FindFailed: can not find ? on the screen.
 Line 2, in file C:\Users\byod\AppData\Local\Temp\sikuli-tmp4989871196775013133.py

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