v1.11.0
AutomaApp/automav1.11.0May 25, 2022by Kholid060
AI Summary
Improves iframe handling and workflow editor usability with new selection and replacement behaviors.
Key Highlights
- Directly select element inside an iframe
- Replace block when dropped on top of it
- Updated workflows page UI
- Show hosted workflow in popup
New Features
- Select element inside iframe
- Replace block on drop
- Updated workflows page UI
- Hosted workflow in popup
- Extended XPath syntax support
- Description in element exists block
Full Release Notes
### What's new? - You can directly select an element inside an Iframe element https://user-images.githubusercontent.com/22908993/170263289-9af408d3-2104-4286-998c-10a960009e37.mp4 - Replace block when a block dropped on top of it <img src="https://user-images.githubusercontent.com/22908993/170263978-2abaa386-b77f-4c71-bc4b-bd3fc50432ad.gif" width="600" /> - Update the workflows page UI <img src="https://user-images.githubusercontent.com/22908993/170264515-42a54b99-53ca-4b56-86d8-3898ac81fad2.png" width="600" /> - Show hosted workflow in popup - Support more XPath syntax - Add description in element exists block ### Bug fixes - Fix `on a specific day` and `on browser startup` triggers are not working - Forms block not working on the web that uses react - Settings are not saved in firefox - Use a variable to store `refData` in the JS block - List selector not working in `same-origin` iframe - HTTP request block URL input form ### Others changes - Refactor automa element selector - Refactor record workflow element selector