[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%
call set lib_path=%%lib_path:\SikuliX=% %\SikuliX\Lib%%
SET PATH=%lib_path%;%PATH%
java -jar %mypath%\sikulix.jar


In sikuli ide type below code and run 

from sikuli import *
import test


issue test folder is not importing

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1865423

Title:
  [2.0.x] Batch env paths are not considering in Sikuli IDE

Status in Sikuli:
  Opinion

Bug description:
  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1865423/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


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 sikulix

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[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.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[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
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1865423

Title:
  [2.0.x] Batch env paths are not considering in Sikuli IDE

Status in Sikuli:
  Opinion

Bug description:
  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1865423/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[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  lib_path=%%lib_path:\SikuliX=% %\SikuliX\Lib%%
call set  extension_path=%%extension_path:\SikuliX=% %\SikuliX\Extensions%%
SET  PATH=%lib_path%;%extension_path%;%PATH%
java -jar %mypath%\sikulix.jar

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1865423

Title:
  Bath env paths are not considering in Sikuli IDE

Status in Sikuli:
  New

Bug description:
  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1865423/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[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 notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1865423

Title:
  Bath env paths are not considering in Sikuli IDE

Status in Sikuli:
  New

Bug description:
  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1865423/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[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 org.openqa.selenium.chrome import ChromeDriver
browser= ChromeDriver(op)
browser.get('http://www.google.com')


[error] script [ sikulitemp-8237316473222044562 ] stopped with error in line 5
[error] java.lang.NoSuchMethodError ( java.lang.NoSuchMethodError: 
com/google/common/util/concurrent/SimpleTimeLimiter.create(Ljava/util/concurrent/ExecutorService;)Lcom/google/common/util/concurrent/SimpleTimeLimiter;
 (loaded from 
file:/C:/Users/kry3/Desktop/Sikulix_1_4/Sikulix2/sikulix-2.0.1.jar by 
jdk.internal.loader.ClassLoaders$AppClassLoader@729a76d5) called from class 
org.openqa.selenium.net.UrlChecker (loaded from  by 
org.python.core.SyspathJavaLoader@c1d65f02). )
[error] --- Traceback --- error source first
line: module ( function ) statement 
5: main (   ) browser= ChromeDriver(op)
[error] --- Traceback --- end --
Starting ChromeDriver 2.41.578737 (49da6702b16031c40d63e5618de03a32ff6c197e) on 
port 10015
Only local connections are allowed.

** Affects: sikuli
 Importance: Undecided
 Status: New

** Information type changed from Private Security to Public

-- 
You received this bug notification because you are a member of Sikuli
Developers, which is subscribed to Sikuli.
Matching subscriptions: Private security bugs
https://bugs.launchpad.net/bugs/1859910

Title:
  Selenium is not working in Sikuli IDE

Status in Sikuli:
  New

Bug description:
  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 org.openqa.selenium.chrome import ChromeDriver
  browser= ChromeDriver(op)
  browser.get('http://www.google.com')

  
  [error] script [ sikulitemp-8237316473222044562 ] stopped with error in line 5
  [error] java.lang.NoSuchMethodError ( java.lang.NoSuchMethodError: 
com/google/common/util/concurrent/SimpleTimeLimiter.create(Ljava/util/concurrent/ExecutorService;)Lcom/google/common/util/concurrent/SimpleTimeLimiter;
 (loaded from 
file:/C:/Users/kry3/Desktop/Sikulix_1_4/Sikulix2/sikulix-2.0.1.jar by 
jdk.internal.loader.ClassLoaders$AppClassLoader@729a76d5) called from class 
org.openqa.selenium.net.UrlChecker (loaded from  by 
org.python.core.SyspathJavaLoader@c1d65f02). )
  [error] --- Traceback --- error source first
  line: module ( function ) statement 
  5: main (   ) browser= ChromeDriver(op)
  [error] --- Traceback --- end --
  Starting ChromeDriver 2.41.578737 (49da6702b16031c40d63e5618de03a32ff6c197e) 
on port 10015
  Only local connections are allowed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1859910/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-dev
Post to : sikuli-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-dev
More help   : https://help.launchpad.net/ListHelp


[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 org.openqa.selenium.chrome import ChromeDriver
browser= ChromeDriver(op)
browser.get('http://www.google.com')


[error] script [ sikulitemp-8237316473222044562 ] stopped with error in line 5
[error] java.lang.NoSuchMethodError ( java.lang.NoSuchMethodError: 
com/google/common/util/concurrent/SimpleTimeLimiter.create(Ljava/util/concurrent/ExecutorService;)Lcom/google/common/util/concurrent/SimpleTimeLimiter;
 (loaded from 
file:/C:/Users/kry3/Desktop/Sikulix_1_4/Sikulix2/sikulix-2.0.1.jar by 
jdk.internal.loader.ClassLoaders$AppClassLoader@729a76d5) called from class 
org.openqa.selenium.net.UrlChecker (loaded from  by 
org.python.core.SyspathJavaLoader@c1d65f02). )
[error] --- Traceback --- error source first
line: module ( function ) statement 
5: main (   ) browser= ChromeDriver(op)
[error] --- Traceback --- end --
Starting ChromeDriver 2.41.578737 (49da6702b16031c40d63e5618de03a32ff6c197e) on 
port 10015
Only local connections are allowed.

** Affects: sikuli
 Importance: Undecided
 Status: New

** Information type changed from Private Security to Public

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1859910

Title:
  Selenium is not working in Sikuli IDE

Status in Sikuli:
  New

Bug description:
  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 org.openqa.selenium.chrome import ChromeDriver
  browser= ChromeDriver(op)
  browser.get('http://www.google.com')

  
  [error] script [ sikulitemp-8237316473222044562 ] stopped with error in line 5
  [error] java.lang.NoSuchMethodError ( java.lang.NoSuchMethodError: 
com/google/common/util/concurrent/SimpleTimeLimiter.create(Ljava/util/concurrent/ExecutorService;)Lcom/google/common/util/concurrent/SimpleTimeLimiter;
 (loaded from 
file:/C:/Users/kry3/Desktop/Sikulix_1_4/Sikulix2/sikulix-2.0.1.jar by 
jdk.internal.loader.ClassLoaders$AppClassLoader@729a76d5) called from class 
org.openqa.selenium.net.UrlChecker (loaded from  by 
org.python.core.SyspathJavaLoader@c1d65f02). )
  [error] --- Traceback --- error source first
  line: module ( function ) statement 
  5: main (   ) browser= ChromeDriver(op)
  [error] --- Traceback --- end --
  Starting ChromeDriver 2.41.578737 (49da6702b16031c40d63e5618de03a32ff6c197e) 
on port 10015
  Only local connections are allowed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1859910/+subscriptions

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp