-
Hi, i read de issue (https://github.com/tebelorg/RPA-Python/issues/50) and running the sample code but the click not working for me.
The 'read' is working.
My code is here.
`t.frame('content…
-
Could someone help me to solve this problem.
I couldn't solve it.
test.py
import tagui as t
t.setup()
(Python37Env) PS D:\> python.exe .\test.py
[RPA][INFO] - setting up TagUI for …
-
Hello.
I try to call the application using the following code
```
import rpa as r
r.init(visual_automation = True, chrome_browser = False)
r.keyboard('[win]')
r.keyboard('ножницы[enter]')
r.clo…
-
Hi,
I use to have python 3.4 installed and made an upgrade to python 3.8.5 version.
after that when i run the command r.init() it open my chrome but it freezes with the message [tagui] START - …
-
Hi, Ken:
do you have detail documentation for RPA-Python?
I want to study this libaray.
Jay, from China
-
I tried the below on jupyter notebook on Windows 10:
pip install tagui
import tagui as t
t.init(visual_automation = True)
t.url('https://google.com')
But the script is failing at t.url('https:…
-
I have a problem when the code read click no respond anything.
LIVE MODE - type done to quit
[RPA][STARTED]
[RPA][0] - listening for inputs
[RPA][1] - https://openjdk.java.net/install/
[RPA…
-
Hello,
I am totally new but tried to write a very simple tagui script, but after 2 lines I got this:
C:\Users\Balazs.Janaszik>tagui live -h
START - automation started - Sat Oct 31 2020 05:39:3…
-
I have an automation running that downloads a file and l would like to store it in memory. Right now the idea l had was to get the download link from the button or copy the link address from the butto…
-
when i run r.init() it returns me
>>> r.init()
[RPA][ERROR] - following happens when starting TagUI...
\Common was unexpected at this time.
False
not understanding what's the issue