This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TagUI was created at Tebel Foundation in 2016. It is a software for automating UI (user interface) interactions. It runs workflows that can be written in over 20 human languages, to replicate human interactions with websites and computer applications. It also comes with computer vision capability, and a Chrome extension for recording web workflows. Use cases include digital process automation, data extraction, data entry and more. | |
TagUI is free and open-source, supported by open-source community and contributors. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UPDATE 24 NOV 2016 - VR is dropped from TA's scope. After spending some time with the industry, TA finds that VR's strength can be its weakness. VR unreservedly simulates a person's senses, but leaving no room for creative imagination by the user makes it hard for mass adoption. The push factors needed do not seem to have surfaced yet. | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UPDATE 10 JAN 2017 - The category digital-world problems is dropped from TA's scope. There are sufficient findings showing that there is already enough attention in this area to get things moving well. TA would not be able to contribute substantial value here and could create more value by focusing solely on interface automation. | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Tebel Foundation builds and distributes open-source digital automation software. | |
RPA for Python is the number #1 Python tool for RPA (pip install rpa) • TagUI is the leading free and open-source RPA tool • Tmail is a mailbot for acting on incoming emails or sending newsletters • TLE handles extract-transform-load (ETL) of CSV data or database • Tipping tool monitors your website or webservice for downtime to alert you • tebel.org website is made using open-source tools and its content is hosted on GitHub gists | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hi, I'm Ken Soh. Tebel Foundation is an open-source organisation I started in 2016, to research and develop free software for automating UI interactions. Today, TagUI has tons of mature features for RPA (robotic process automation) and tens of thousands of users. The successor to TagUI is the popular Python rpa package that I created in 2019. | |
I recently left a quant VP role at Deutsche Bank, and joined Healthtech 1 to work on RPA. Outside of work and family, I'm into biohacking and 围棋, and have been a student of financial markets for 18 years. How I approach the markets - https://tebel.org/rallyartist/Price.pdf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
• This initiative has been suspended to work on TagUI research and development | |
For a limited time, Tebel.Automation is helping businesses and individuals implement pilot web automation projects free of charge. If you have a repetitive or time-critical task that you think might be good to automate, email [email protected]. The goal of web automation is to reproduce cognitive interactions that you have with websites so that your laptop or server can do it for you, base on your schedule or conditions. | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://tebel.org/index_mobile.php | |
test.assertTextExists('About','Check for About text'); | |
test.assertSelectorHasText(tx('header'), 'Interface automation','Check for phrase in header element'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://convertkit.com | |
click `get started button` | |
click `create account` | |
`enter mail` | |
`enter password` | |
wait 7.5 seconds |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
OBJECT | DEFINITION | |
---|---|---|
get started button | btn btn-primary btn-xl | |
create account | btn btn--green btn-lg | |
user[email] | ||
password | user[password] | |
enter mail | enter `email` as [email protected] | |
enter password | enter `password` as 1234567890 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Click the GitHub icon on the homepage to learn about TagUI, or the Python RPA link to learn about Python rpa package. Find out why casual users, tech leads, consultants and system integrators like to leverage them in RPA projects. UI automation can reproduce interactions you have with websites and computer apps. By getting computers to do the hard repetitive work, results can be achieved much faster and more reliably than what is humanly possible. | |
OlderNewer