sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #48628
[Bug 1793408] [NEW] popFile on Win10 only allows sikuli folders to be seleted
Public bug reported:
When I write a Sikuli script to open a dialog to let me choose a folder
location, the IDE will only allow me to choose a sikuli folder.
This is my script:
------
test = popFile("Choose a folder")
print(test)
------
REPRO:
1. Load Sikuli 1.1.4 (2018-09-19_07:17) onto a Win 10 64bit machine
2. Download the Jython-standalone-2.7.0.JAR and place it in the AppData/Roaming/Sikulix/Extensions folder
(unsure if this is needed)
3. Open Sikuli and write a script as described above
RESULT:
Selecting a non-sikuli folder pops a message saying 'This is not a valid
sikuli script'.
EXPECTED:
The user would be able to select any folder
** 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/1793408
Title:
popFile on Win10 only allows sikuli folders to be seleted
Status in Sikuli:
New
Bug description:
When I write a Sikuli script to open a dialog to let me choose a
folder location, the IDE will only allow me to choose a sikuli folder.
This is my script:
------
test = popFile("Choose a folder")
print(test)
------
REPRO:
1. Load Sikuli 1.1.4 (2018-09-19_07:17) onto a Win 10 64bit machine
2. Download the Jython-standalone-2.7.0.JAR and place it in the AppData/Roaming/Sikulix/Extensions folder
(unsure if this is needed)
3. Open Sikuli and write a script as described above
RESULT:
Selecting a non-sikuli folder pops a message saying 'This is not a
valid sikuli script'.
EXPECTED:
The user would be able to select any folder
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1793408/+subscriptions
Follow ups