reworkd / tarsier

Vision utilities for web interaction agents ๐Ÿ‘€

Home Page:https://reworkd.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐Ÿ—‘๏ธ Expose an API method to remove tags from elements

asim-shrestha opened this issue ยท comments

When tags are added to elements, we insert the tag text directly within elements. This is problematic for input elements as it will always add unnecessary tags to forms which break the input value. See #5

As a simple fix, we should expose an API method to delete all existing tags from elements (Or perhaps just input elements). We mark tagged elements via an attribute. We would need to just filter for this attribute and delete the tag text along with the tagged marked.