Q: looking good so far and easy to use however why is the automation so slow?
is there a delay that we can manually edit to make it quicker? for example if i need to go to a website and click login and enter username and password, it's super quick with other free tools like power automate, UI path etc, however there is almost like 4-5 second lag/delay between each step in u-xer, is the processing happening remotely or on my laptop? if locally it shouldn't be so slow, given i have mac m1 max chip which is very fast
Thanks for clarifying, so is local processing not possible or in the roadmap? For long term sustainability of U xer make more sense to have options to process locally which should reduce your cost for cloud services
While 99.9% of tools use Selenium, Playwright (or Puppeteer), and Cypress for web automation in their backend, we implemented our own automation engine from scratch.
It is not that easy to setup our automation engine locally as other tools since we use completely different approach.