sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #37227
Re: [Question #288564]: To take suggestion about small script
Question #288564 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/288564
Status: Needs information => Open
Ramanjaneyulu gave more information on the question:
Hi Raiman,
I have some data in notepad++ and one Excel sheet with list of values.
I have to check each value from excel sheet with the data in notepad++
whether it is present or not.
for that I am using following steps
1.taking value from Excel sheet in to varaible "cell"
2.open notepad++ application using "Openapp command" as shown in above script.
3.open find window using command "type('f',Key.CTRL)
4.Enter cell value in find box using type(cell)
4.click on Find button.
i repeated above four steps for all the values in the Excel sheet using
loop.
now Its working fine but no time saving it is taking same time as
manual. Could you please any one suggest better method to mplement... :)
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.