Open source RPA - Tag UI Webinar

preview_player
Показать описание
Open source RPA - Tag UI Demos: Modify MS template & email, Email forex rates, Order Groceries, Hindi RPA, Python RPA

- Human readable code which can be done in 20 languages
- Screen-based automation possible using computer vision
- Basic and Pro UI step commands - there is a cheat sheet
- Can integrate with AI/ML using API calls, Python
- For specific requirements, Javascript, XPath, HTML is required
- Live step for development and debugging. See outputs as you type
- Installation: Just unpack and run

Here are the resources for TagUI:
Official resources

Community contributions

Presentation videos:
Рекомендации по теме
Комментарии
Автор

Hello everyone, Please do consider hitting that like button, comment, share and subscribe, if you appreciate what we do here, so this channel can grow. Thank you very much!

BotNirvana
Автор

Looking forward for more sessions like these. As a BA, this has surely enhanced my knowledge and expanded by Bot's horizon..Good work 👏

patilvarsha
Автор

Q&A through webinar chat box -

Ankur Kochhar: Since it is using OpenCV etc, does it need Python/Tensorflow installed?
Yisheng Siow: Nope. It runs OpenCV through SikuliX, which is packaged with TagUI.
 
Ankur Kochhar: Where can we learn how to use TagUI and syntax etc?
 
K. Sabih: Why would you prefer TagUI to UIPath?
Nandan Mullakara: Choose the right tool for your needs. TagUI is another option which is Open Source and uses Human readable language.
Yisheng Siow: TagUI is better at working with the DOM if you are working with websites. It's also cross-platform.
Ankur Kochhar: Cross platform is great actually.
 
Mohammad Idrees: Can we schedule the TagUI bot like we do in UiPath through Orchestrator?
Yisheng Siow: Yup. We outline how to do this in the new docs through windows scheduler. A more advanced orchestrator is coming in the pipeline later this year.
Mohammad Idrees: Okay, would that be open source as well?
Yisheng Siow: Yes the orchestrator will also be open source. All of TagUI will be open source.
 
Ankur Kochhar: What is the database needed for TagUI... For all the audits etc
Yisheng Siow: TagUI saves audit reports in csv format.
Ankur Kochhar: So it doesn’t have any DB like SQL Server or PostgreSQL.. Like most RPA tools.
Yisheng Siow: That's correct.
 
Mohammad Idrees: Can we automate SAP browser version using TagUI?
Yisheng Siow: Yes you can automate SAP on the browser.
 
Ankur Kochhar: RPA for Python looks great... Would it be available in PyCharm?
Yisheng Siow: You can write RPA for Python in PyCharm.
Ankur Kochhar: Sure... I was actually checking about the availability of the library in PyCharm. Just checked... It is available… Thanks.
Yisheng Siow: Ah yup RPA for Python is on PyPI and is available for use in PyCharm via pip. Also, using the keyboard to navigate between inputs is very useful.
Ankur Kochhar: Wanted to check, if I use RPA for Python, would I have all the TagUI functionality?
Yisheng Siow: Good question. RPA for Python does not have the full functionality of TagUI. It also has its own added functionality on top of TagUI. So it has all the core features of TagUI, together with some of its own features.

kensoh
Автор

Hello,
Can we use TagUI with Docker?

VijayKumar-fesw