Re: [Sikuli-driver] [Question #269254]: Wait until the process is completed

2015-07-17 Thread fordox
Question #269254 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269254 Status: Answered = Solved fordox confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers

Re: [Sikuli-driver] [Question #269254]: Wait until the process is completed

2015-07-16 Thread fordox
Question #269254 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269254 Status: Answered = Solved fordox confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers

Re: [Sikuli-driver] [Question #269254]: Wait until the process is completed

2015-07-16 Thread fordox
Question #269254 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269254 Status: Solved = Open fordox is still having a problem: there is an error: [error] AttributeError ( 'Popen' object has no attribute 'terminate' ) on myApp.terminate() -- You received this question

Re: [Sikuli-driver] [Question #269254]: Wait until the process is completed

2015-07-16 Thread fordox
Question #269254 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269254 Status: Answered = Open fordox is still having a problem: In latest version of Sikuli unfortunately does not work properly module Urlib [error] java.lang.IllegalStateException

[Sikuli-driver] [Question #269254]: Wait until the process is completed

2015-07-15 Thread fordox
New question #269254 on Sikuli: https://answers.launchpad.net/sikuli/+question/269254 While True: . # some code if typei == '1': url = '/getsome' + rid args = ('C:\file.exe', '--silent' + url) popen = subprocess.Popen(args,

Re: [Sikuli-driver] [Question #223521]: Sikuli and RDP windows

2015-07-06 Thread fordox
Question #223521 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/223521 fordox proposed the following answer: Is it possible to solve the problem? Making Sikuli think that the screen is the real one? -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #259773]: Receive data from GET request

2015-01-10 Thread fordox
Question #259773 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/259773 Status: Answered = Solved fordox confirmed that the question is solved: did like this: import random import urllib import re getval = urllib.urlopen(http://example.com/get.php?%s;) a = getval.read() b

Re: [Sikuli-driver] [Question #259773]: Receive data from GET request

2015-01-05 Thread fordox
Question #259773 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/259773 Status: Answered = Open fordox is still having a problem: I understand how to send the GET-request, but how to convert received data back into a variable - is unclear. import urllib f = urllib.urlopen

[Sikuli-driver] [Question #259773]: Receive data from GET request

2014-12-27 Thread fordox
New question #259773 on Sikuli: https://answers.launchpad.net/sikuli/+question/259773 Hello. Is it possible for Sikuli to do the following: 1. Sikuli script makes a request to page: http://example.com/get.php 2. get.php sends us back GET request: vr=50-100 the GET request result is always

Re: [Sikuli-driver] [Question #259773]: Receive data from GET request

2014-12-27 Thread fordox
Question #259773 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/259773 Description changed to: Hello. Is it possible for Sikuli to do the following: 1. Sikuli script makes a request to page: http://example.com/get.php 2. get.php sends us back GET request: vr=50-100 the GET

Re: [Sikuli-driver] [Question #259484]: How to specify an alternate time

2014-12-23 Thread fordox
Question #259484 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/259484 Status: Answered = Open fordox is still having a problem: I know, RaiMan, :-) but could you give a small example? To represent on what it start ... My English is not so good to understood all details

Re: [Sikuli-driver] [Question #259484]: How to specify an alternate time

2014-12-23 Thread fordox
Question #259484 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/259484 Status: Answered = Solved fordox confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers

Re: [Sikuli-driver] [Question #257717]: Conditions at the time

2014-12-22 Thread fordox
Question #257717 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/257717 Status: Answered = Open fordox is still having a problem: Thanks Raiman, but in my task you want to apply the condition: script should determine the current date and time based on the PC and do certain

Re: [Sikuli-driver] [Question #257717]: Conditions at the time

2014-12-22 Thread fordox
Question #257717 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/257717 Status: Answered = Solved fordox confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers

Re: [Sikuli-driver] [Question #258978]: [1.1.0] Mac OSX 10.10.1: IDE does not start

2014-12-22 Thread fordox
Question #258978 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/258978 fordox posted a new comment: It's ok work, but I have some trouble with saving the source file. When I save source file as somename.sikuli - folder is created with the name somename.sikuli. Accordingly, I

[Sikuli-driver] [Question #259484]: How to specify an alternate time

2014-12-22 Thread fordox
New question #259484 on Sikuli: https://answers.launchpad.net/sikuli/+question/259484 Example: 9:00 on the clock (System Local Time). How to force Sikuli think that now 3 am? Correct the clock for six hours ago, without changing the system clock / time zone. -- You received this question

Re: [Sikuli-driver] [Question #258335]: Windows path variables

2014-12-21 Thread fordox
Question #258335 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/258335 Status: Answered = Solved fordox confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers

Re: [Sikuli-driver] [Question #258964]: delete please

2014-12-21 Thread fordox
Question #258964 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/258964 Summary changed to: delete please Description changed to: delete please -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #257717]: Variable versus time

2014-12-21 Thread fordox
Question #257717 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/257717 Status: Solved = Open fordox is still having a problem: This code does not work at night from 00 hours. I need to perform certain actions on a schedule. Example: if now Tuesday and 01 am (01:00

Re: [Sikuli-driver] [Question #257717]: Conditions at the time

2014-12-21 Thread fordox
Question #257717 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/257717 Summary changed to: Conditions at the time -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #258978]: [1.1.0] Mac OSX 10.10.1: IDE does not start

2014-12-13 Thread fordox
Question #258978 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/258978 Status: Answered = Solved fordox confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers

[Sikuli-driver] [Question #258964]: Write in file domain names

2014-12-12 Thread fordox
New question #258964 on Sikuli: https://answers.launchpad.net/sikuli/+question/258964 Hello. I have a difficult task. I download a lot of files in Google Chrome, and I need a script to copy to a text file name of the domain when the condition (if does not exist specific image after

Re: [Sikuli-driver] [Question #258964]: Write in file domain names

2014-12-12 Thread fordox
Question #258964 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/258964 fordox gave more information on the question: And more: how to make a click on the links one by one? click at link - made some action Click on the following link in the list - made some action or not. Scroll

[Sikuli-driver] [Question #258978]: Sikuli 1.1.0 don't launch on Mac OS 10.10.1

2014-12-12 Thread fordox
New question #258978 on Sikuli: https://answers.launchpad.net/sikuli/+question/258978 Mac OS Yosemite 10.10.1 SIkuli 1.1.0 2014-12-12_01:01nightly I installed Sikuli and run runsikulix, but nothing happens. IDE does not run. USER-PC:~ user$ /Applications/runsikulix ; exit; running SikuliX-IDE:

Re: [Sikuli-driver] [Question #258335]: Windows path variables

2014-12-12 Thread fordox
Question #258335 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/258335 Status: Solved = Open fordox is still having a problem: Сorrect my code, please. I can not get popup (1). delay before creating the file does not work and conditions are not met. import os

[Sikuli-driver] [Question #258335]: Windows path variables

2014-11-27 Thread fordox
New question #258335 on Sikuli: https://answers.launchpad.net/sikuli/+question/258335 How to use Windows variables in path to some file. In Sikuli required to use an absolute path? Such as: var1 = r%SYSTEMDRIVE%\notepad.exe var2 = r%LOCALAPPDATA%\test var3 = r%PROGRAMFILES%\test\test.exe --

Re: [Sikuli-driver] [Question #258335]: Windows path variables

2014-11-27 Thread fordox
Question #258335 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/258335 Status: Answered = Solved fordox confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers

Re: [Sikuli-driver] [Question #258335]: Windows path variables

2014-11-27 Thread fordox
Question #258335 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/258335 Status: Solved = Open fordox is still having a problem: Where did I go wrong? import os localappdata = os.environ(LOCALAPPDATA) programfiles = os.environ(PROGRAMFILES) var1 = r%s\test1 % localappdata

Re: [Sikuli-driver] [Question #258335]: Windows path variables

2014-11-27 Thread fordox
Question #258335 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/258335 fordox gave more information on the question: and, I can use the function exists for os.path.exists ? I need to script waited until the specified file if the folder will not be created. like

Re: [Sikuli-driver] [Question #258146]: Continue when the file exists

2014-11-24 Thread fordox
Question #258146 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/258146 Status: Answered = Solved fordox confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers

[Sikuli-driver] [Question #258146]: Continue when the file exists

2014-11-23 Thread fordox
New question #258146 on Sikuli: https://answers.launchpad.net/sikuli/+question/258146 Hello again :-) 1. How to make - the script does not continue until in specified directory (c:\\files) will appears some file, which are contained in the name characters: winrar (*winrar*.exe). If the file is

Re: [Sikuli-driver] [Question #257717]: Variable versus time

2014-11-21 Thread fordox
Question #257717 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/257717 fordox posted a new comment: Help please! -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #257717]: Variable versus time

2014-11-21 Thread fordox
Question #257717 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/257717 Status: Needs information = Solved fordox confirmed that the question is solved: Sorry. I understood it all :-) -- You received this question notification because you are a member of Sikuli Drivers

Re: [Sikuli-driver] [Question #256328]: While with rules

2014-11-16 Thread fordox
Question #256328 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/256328 Status: Answered = Solved fordox confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers

[Sikuli-driver] [Question #257717]: Variable versus time

2014-11-16 Thread fordox
New question #257717 on Sikuli: https://answers.launchpad.net/sikuli/+question/257717 Hello. I need to display a variable depending on the current time of day and then that it is used throughout the code. Example: import datetime import time nighttime = (datetime.datetime.today() +

[Sikuli-driver] [Question #257034]: Returns and continuation in the script

2014-11-06 Thread fordox
New question #257034 on Sikuli: https://answers.launchpad.net/sikuli/+question/257034 Please, tell me how to make a script to work from the start, if the value of the variable is equal to 3. Example: script start point m = random.randint(1, 3) if m == 1: type(some text+Key.ENTER) if m

Re: [Sikuli-driver] [Question #256328]: While with rules

2014-10-29 Thread fordox
Question #256328 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/256328 fordox posted a new comment: Thanks so much for your example. It helped me a lot. About random - I need to get a random variable of the time such as from 3 to 8 seconds. At the start of the script popup

[Sikuli-driver] [Question #256328]: While with rules

2014-10-28 Thread fordox
New question #256328 on Sikuli: https://answers.launchpad.net/sikuli/+question/256328 Hello. Help a newbie please with loop script. I write ordinary words, and I need converting this to code of the sikuli script: myApp = App(Application) if not myApp.window(): popup(Application is