← Back to team overview

sikuli-driver team mailing list archive

[Question #188398]: Image name passing thru excel, is not working

 

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

Hi all,

I am passing a command thru excel in the following format

         A1
Pattern("1329827186599.png").similar(0.92)

when I read the content from cell A1, & trying to do the following,

imgN = sh.cell_value(0,1)
hover(imgN)

it is not working.

In the other way,  if image is captured and assigned to the variable in Sikuli IDE itself, then it is working fine.
like..
b = Pattern("1329827186599.png").similar(0.92)
hover(b)
***************

I tried all the combinations. My observations are.. when I use Sikuli IDE itself for image reference (b = ...) then it is referring to the image properly. 
But when i am taking from Excel, it is taking as "String" not as reference to Image.

Please guide me if there is any solution for it..





-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.