Is it possible to 'Wait Attribute' when said attribute has unknown characters?

The ‘Wait Attribute’ Activity allows you to wait for an element’s attribute to be equal to a certain value. But what if the attribute contains an unknown number of spaces before and after? Is it possible to ‘.trim’ the attribute before comparing it to my value?

@Samuel2001

Yes you can use TrimStart and TrimEnd Method to delete spaces before and after.