Search results

  1. V

    Login Agent - Cyber Ark

    Hi Ruben - Were you able to integrate Cyberark into the Login process? If so, can you elaborate on how you fixed this issue?
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. V

    Solved How to use Filter collection(Utility - collection manipulation)

    I have to filter a collection by a column name that has a standard value and a column name that is coming from a text data type. Ex: Filter by [Col1] = "Hello"] AND [Col2] = "[Hello.Hi]" . Here Hello.hi is a text data item.
  7. 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...
  8. 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!
  9. V

    Spying table in IE.

    We are doing that as well for one of our other web pages but for this particular web page - even that doesn't seem to work! Thanks for the reply. Appreciate it!
  10. V

    Syping table in IE

    yep. tried that as well but didn't work. The web page is a very old version of IE and runs only on Compatibility view settings. Thanks for the reply. Appreciate it.!
  11. 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...
  12. 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...
  13. 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...
  14. 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...
  15. 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!
  16. 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...
  17. 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...
  18. 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...
  19. 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.
  20. 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.
Top