[Sikuli-driver] [Bug 1865423] Re: [2.0.x] Batch env paths are not considering in Sikuli IDE

2020-03-04 Thread K J R KISHORE KUMAR REDDY
create below folder SikuliX,"SikuliX\Lib" in c drive C:\SikuliX C:\SikuliX\Lib place Sikulix.jar file in "C:\Sikuli" and create one test.sikuli in "C:\Sikuli\Lib" folder i am launch sikuli using below bath file: @echo off setlocal ENABLEDELAYEDEXPANSION set mypath=%cd% set lib_path=%mypath%

Re: [Sikuli-driver] [Question #689123]: How to execute Linux commands remotely from windows machine using sikulix

2020-03-04 Thread K J R KISHORE KUMAR REDDY
Question #689123 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689123 Status: Answered => Solved K J R KISHORE KUMAR REDDY confirmed that the question is solved: I am using SSHLibrary and i can able to execute Linux commands remotely from windows machine using siku

[Sikuli-driver] [Question #689123]: How to execute Linux commands remotely from windows machine using sikulix

2020-03-03 Thread K J R KISHORE KUMAR REDDY
New question #689123 on Sikuli: https://answers.launchpad.net/sikuli/+question/689123 How to execute Linux commands remotely from windows machine using sikulix -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

[Sikuli-driver] [Bug 1865423] Re: [2.0.x] Batch env paths are not considering in Sikuli IDE

2020-03-03 Thread K J R KISHORE KUMAR REDDY
Hello RaiMan, I want to Bath env paths are to be considering in Sikuli IDE so that i can place all my sikuli folder inside that path and i can able to import those sikuli folder in IDE SikuliIDE 1.1.3 is have above behavior -- You received this bug notification because you are a member of

[Sikuli-driver] [Bug 1865423] Re: Bath env paths are not considering in Sikuli IDE

2020-03-02 Thread K J R KISHORE KUMAR REDDY
I am launching SikuliX using below bath file and after launching i am import modules from "lib_path" directory @echo off setlocal ENABLEDELAYEDEXPANSION set mypath=%cd% set WSPath=%mypath% set lib_path=%mypath% set extension_path=%mypath% call set WSPath=%%WSPath:\SikuliX=% %%% call set

[Sikuli-driver] [Bug 1865423] [NEW] Bath env paths are not considering in Sikuli IDE

2020-03-01 Thread K J R KISHORE KUMAR REDDY
Public bug reported: i have set below path and try to import modules from below path not working SET PATH=%c:\test_path%;%PATH% Note: SikuliIDE 1.1.3 is working but latest releases its not working ** Affects: sikuli Importance: Undecided Status: New -- You received this bug

[Sikuli-dev] [Bug 1859910] [NEW] Selenium is not working in Sikuli IDE

2020-01-15 Thread K J R KISHORE KUMAR REDDY
Public bug reported: To run selenium in sikulix-2.0.1 i am running below code i am getting error message but if i am running selenium in sikulix1.1.3 it is working. could please fix in sikulix-2.0.1 import os import sys load("selenium-server-standalone-3.141.59.jar") from

[Sikuli-driver] [Bug 1859910] [NEW] Selenium is not working in Sikuli IDE

2020-01-15 Thread K J R KISHORE KUMAR REDDY
Public bug reported: To run selenium in sikulix-2.0.1 i am running below code i am getting error message but if i am running selenium in sikulix1.1.3 it is working. could please fix in sikulix-2.0.1 import os import sys load("selenium-server-standalone-3.141.59.jar") from