New Features
Ask Anything or Smart Scraping with New Action: “AskUxer”
Introducing AskUxer, a built-in ChatGPT-like command with live screen data integration.
-
Ask Anything: Instantly get dynamic responses and integrate them into your automation workflows.
{Response} = AskUxer "Give me a random number" {Response} = AskUxer "Generate a random email" {Response} = AskUxer "Create a catchy subject line for my company"
-
Smart Screen Scraping: Extract on-screen data to power your automations.
{Response} = AskUxer "Summarize the PDF on the screen" -UseScreenshot true {Response} = AskUxer "Generate a reply to this email" -UseScreenshot true {Response} = AskUxer "Summarize the content of the website" -UseScreenshot true {Response} = AskUxer "Extract the price from the screen" -UseScreenshot true
Bug Fixes and Improvements
Performance Improvements
Resolved key performance issues caused by architectural updates. Further improvements coming in future releases.
RunScenario/Repeat/Loop Bug Fix
Loop creation improved. If using Repeat with RunScenario, set “Retry” to 0 to avoid endless loops. Default of Retry is 10. We will change default Retry to 0 for Runscenario in upcoming releases.
OCR Improvements
Enhanced OCR algorithm for improved accuracy.
Run a Single Step for Image Click
Now, run a single step using the image click functionality.