andreguilhon
andreguilhon
@rainmanwy I think he wants to click in a certain position in the screen, relative to where the mouse is currently at. For instance, if the mouse is in position...
You are mixing things up, aedahh. Try to use this keyword, it takes as arguments the object you want to click (xpath=//input[@name='userid']), an optional X offset and an optional Y...
I think I got what @aedahh wants. You are mixing things up, the second parameter for sikuli input text is an image, not an xpath. Sikuli doesn't understand xpath or...
So far I found this out: It is actually failing in the self.process.start_process call. It seems that RF is waiting forever for the process to start, but it actually started...
That's correct. It doesn't happen all the time, just sometimes, which makes it harder to figure it out. I've already check my browser to see if Sikuli is responding when...
I'm using python3. And yes, I could access the web page. The logfiles are apparently clear. I'll get them next time it happens, but I can tell you that there's...
PS C:\Windows\system32> java -version java version "1.8.0_181" Java(TM) SE Runtime Environment (build 1.8.0_181-b13) Java HotSpot(TM) 64-Bit Server VM (build 25.181-b13, mixed mode)
@rainmanwy I only enabled log to see if I could get anything useful from it. It will hang with or without log.
I was also getting this error, not from this repository exactly, but this was the only place I found the error. I found out I was sending the recipients field...
Não consegui contornar via pip. O que eu fiz foi clonar o projeto, e dentro do meu virtual env, ir no diretório raiz do projeto e dar um `pip install...