-
I have a series of keyboard steps that copy paste a large number of text from variables into fields in an application (not browser) using tabs to skip to the next field. I'm finding that there appears…
-
import rpa as r
r.init()
r.url('https://ca.yahoo.com')
r.type('search-box', 'github')
search_text = r.read('search-box')
print(search_text)
r.click('search-button')
r.wait(6.6)
r.snap('p…
-
Most of TagUI's code was written while I was on a year plus sabbatical, mostly in Eastern Europe. There is no external monitor, so on my Vim editor, I pack lines of code tightly to maximise screen rea…
-
so instead of:
```
for n from 1 to 5
{
some instructions
some more instructions
}
```
it would be:
```
for n from 1 to 5
some instructions
some more instructions
some …
-
I am facing an issue with automation in hindi language.
It gives me an error mentioned in screenshot "flow_file" file saving the file, I tried changing Encoding to Unicode,UFT8 while saving the n…
-
Hi All,
I just start learning Tagui So I faced one issue.I'm sharing my code, please suggest how to resolve this.
columnValues = []
weatherresult=''
//< [OpenExcel] comment="" session="excel…
-
Hi, I'm trying to write an if statement in my for loop. The if statement should check if the n iteration is the last one. The code should be "if n not equal to array.length"
Is there such an operat…
-
I've compiled my app and the videos in it are not running. I realised that I hadn't built ffmpeg or ffmpyplayer. When I try to build these I get the following error: "ERROR: openssl not found"
I've…
-
Hi,
I am trying the RPA for WEB AUTOMATION on Google Colab, but i am getting this error when i r.init()
```
import rpa as r
r.init()
[RPA][ERROR] - following happens when starting TagUI..…
-
Hi Ken,
Is there any Remote Desktop or Citrix based automation support in TagUI. If so, could you please share some samples or documentation where I can get more information.
Thanks,
Ramu