Search results

  1. V

    How to enable auto windows login?

    Hi All - How to enable automatic windows login on runtime resources via login agent so that they are always available. Currently, I enabled 'AutoAdminLogon' via registery editor and provided hard-coded values but I don't believe this is a good practice. Is there a way to use login agent to...
  2. V

    Increase in processing time - Web Automation

    Hi All - We're currently working on web automation project where the web page is Chrome based and all the elements have been spied in Browser Mode. While running the automation from the control room, we've observed that the processing time for the first item in the queue is normal, but when the...
  3. V

    Blueprism - WorkFusion

    Hi All - Just a very curious question. Is it possible to export an automation build in BluePrism and convert that to WorkFusion. Something like exporting a .bprelease file and importing that into Workfusion tool? Is that even possible? Is there a possible workaround or does the whole automation...
  4. V

    Business process Error - Control Tower

    Hi - I created two tasks in WorkFusion studio 1. Login Task - bot logs into a web page 2. Navigate to a tab task - bot will navigate to a tab on the same web page I gave two rows of data as input in the control room. When i connected these two tasks in a single business process and ran it, the...
  5. V

    Unable to double click on an element!

    Hello - I am trying to double-click on an element which is spied in AA mode. There is no 'double click mouse center' option - so i used multiple global mouse click center to try double clicking an element. Unfortunately since the element takes time to recognize on the screen, this particular...
  6. V

    How to check if local time is greater than a given time?

    Hi - I want a process to stop at a certain time of the same day. How can i write the logic for this condition? Ex: If i set the process to stop today i.e 09/12/2019 3 AM - as soon as the time is past 3AM on 9/12/2019, the process should terminate. Thanks in advance!
  7. V

    Syping table in IE

    Hello - I am trying to spy a table in IE. Unfortunately, the table is inside a '(FRAME)HTML'. When i spy the table in HTML mode, i am getting the location as TD(2)/DIV(1)/OBJECT(1) at the end of the HTML PATH and the tag name is 'OBJECT'. I am assuming that it is in the format of Object and not...
  8. V

    Automating IE - Active X - Compatibility View Settings

    Hi - I am trying to automate a web page that uses very old technology and only opens while on compatibility view settings. I am trying to capture a table but it is in a form of an image and the table is dynamic therefore Surface Automation might not be possible. Does anyone have any other...
  9. V

    Spying table in IE.

    Hello - I am trying to spy a table in IE. Unfortunately, the table is inside a '(FRAME)HTML'. When i spy the table in HTML mode, i am getting the location as TD(2)/DIV(1)/OBJECT(1) at the end of the HTML PATH and the tag name is 'OBJECT'. I am assuming that it is in the format of Object and not...
  10. V

    CapsLock issue

    Hello - We currently have a process running where it has to login to a page. The bot is able to login for a period of time and suddenly it starts entering the credentials in a wrong manner (it converts lowercase to uppercase and vice versa)! Has anyone come across such issue and how can this be...
  11. V

    Automate merging files?

    How to automate merging files of same or various types. for ex: pdf with an image file, pdf with pdf? Can we do this using command prompt? or are there any tools that can be automated to use this feature. Thanks in advance!
  12. V

    Get CSV Text as Collection Issue

    Hello - I am trying to get the CSV values into a collection. However, when there is a date item for ex: '5/5/2018' - when it is converted into a collection it is having a text value like '28170'. If the date value in excel is 05/05/2018 - then it is properly being read. How can we solve this...
  13. V

    Address Matching

    Hello - I am currently dealing with address validation where in i have to compare two addresses and check if they match or not. The complex part is that the addresses can have the word 'St' in one address and 'Street' in another - but it still needs to be considered as a match. Below are few...
  14. V

    Address Validation in Blue Prism

    Hello - I am currently dealing with address validation where in i have to compare two addresses and check if they match or not. The complex part is that the addresses can have the word 'St' in one address and 'Street' in another - but it still needs to be considered as a match. Below are few...
  15. V

    How to delete pending instances from the control room

    Hello - i am trying to delete pending instances from the control room but i keep getting the error “missing runner”. What could be the reason for this issue and does anyone have a solution? Thanks in advance.
  16. V

    How to create a text file?

    Hello - i want to create a text file in csv format at a particular location. Is that possible. If so, how to do it.? I am aware of creating csv file using MS-Excel VBO, but i want to be able to create a csv file using a textfile. Thanks in advance.
  17. V

    Storing data into a collection using multiple workers.

    Hi, I am currently working on a process where i have to write a data item into a collection and then upload it to a csv. For this process, i am firstly going through all the items in the queue and writing all the data into a collection and at the end i am converting the collection into a csv...
  18. V

    Storing data into a collection using multiple workers.

    Hi, I am currently working on a process where i have to write a data item into a collection and then upload it to a csv. For this process, i am firstly going through all the items in the queue and writing all the data into a collection and at the end i am converting the collection into a csv...
  19. V

    Comparing "Third" and "3rd"?

    Hello, - I want to be able to compare "third" with "3rd" and declare that both are equal. Is there a logic for this or are there any intelligent utilities that are available to make such comparisons.? Thanks.
  20. V

    Comparing "third" to "3rd"?

    Hello, - I want to be able to compare "third" with "3rd" and declare that both are equal. Is there a logic for this or are there any intelligent utilities that are available to make such comparisons.? Thanks.
Top