@Deborah Parfitt -I believe @ewilson has given the best solution so far, because it performs a case-insensitive submatch on your element ID (txtAcctNbr). You can also adapt this solution for the other UI elements in your target application.I do see o...
Hi Debbie -A regex (regular expression) can be created to be case-insensitive, and I was hoping that the Application Modeler's Regex match type would be case-insensitive. Unfortunately, it is not. What you can do is define both the original mixed cas...
If you right-click on the process or object, then select View from the popup menu, it should open the code for you in a read-only mode:
I tried this just now in Blue Prism 6.5.1. The window says "Debug" instead of "View", but it's still a read-onl...
Which barcode formats do you need to support? While I have no expertise in this area, I do find barcodes to be very interesting. I also know that there are many more barcode formats in use than most people realize, so it's really important to underst...
Dung Le wrote:
does any one know what is the differences between html element vs web element?
i m using 6.5.1 and only see web element, previous version ( last time i work is 5.5) i still see html element.
I assume you're talking about changes to spy...