-
Hi and thanks for this useful package.
Have you find a way to control android devices?
-
Following the example, I get a deprecation warning when including the gem:
irb(main):001:0> require 'win32/autogui'
C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/win32-autogui-0.5.2/lib/win32/autogui.rb:25:…
-
Following the example, I get this error when executing calc.running? :
Timeout::Error: execution expired
from (eval):3:in `SendMessageA'
from C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/wi…
-
```
irb(main):013:0> calc.running?
ArgumentError: invalid byte sequence in US-ASCII
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/win32-autogui-0.5.2/lib/win32/autogui/application.rb:211:in `match'…
n5ken updated
11 years ago
-
For one reason or another I can't properly clone and update this repo to GitHub so I use this method. In the ZIP file 32 and 64 DLL versions of the scilexer DLL which I copied from [AutoGUI](https://w…
-
Hi,
This quarck seems verry in teresting and verry practical !
Altho after installing it I get this warning when recompiling the class Library:
```
WARNING: Extension in '/home/thibaud/.local/…
-
With SC 3.12.1 it doesn't work at all basically:
```
SynthDef(\yawn, { arg freq = 499, amp = 0.1; Out.ar(0, amp*SinOsc.ar(freq)).add
x = Synth(\yawn);
x.autogui
```
gives
```
ERROR: Messag…
avdrd updated
2 years ago
-
Hello,
I'm attempting to automate a microsoft access database using cucumber.
I can create a new instance of the application using
`app = Source_Code_Database.new`
I can get the process id with
`…
-
我找不到相应的启动程序啊,没有你说的autogui的目录
-
Hi authors,
I have successfully run the evaluations for DigiRL and AutoGUI, and the results align with Table 1 from your paper. However, I have a question regarding AutoGUI. In autogui's original pap…