Working with office applications is very slow through interop libraris and com objects.I'm instead using EPPlus (https://github.com/JanKallman/EPPlus) to read/write excel files directly without needing the excel executable running--------------------...
We tried to work with salesforce UI. The end result was a monster of a bot and it ended up being scrapped because salesforce ui is too dynamic.We contacted the salesforce team and got an API access, now we do everything through the api. It's simpler ...
I've given up on blue prisms implementation of rest api interfaces. I'm building custom BO's for every service i use instead. The global code then contains the http(s) communication c# code. Then each page i'll implement a function that queries the A...
If you during the Spying process ctrl+click on the url that loads the iFrame, the contents of the iFrame will typically open in a new tab/window.
There you can compy the direct url to the iframe contents so you can essentially work around the iFrame....