Recent content by Chandan008

  1. C

    Attach internet explorer

    Was there any solution found for this issue "Failed to launch application - no more files. (Exception from HRESULT: 0x80070012)" , I am encountering this issue when the bot goes into recovery and retries to launch the IE 2nd time. (For first time, no error comes up and IE launch perfectly). In...
  2. C

    SAP List row can't selected

    Hi mehmetbp SAP has GUI Scripting option where you can record and play like in Excel Macros. Record your steps (whatever you want to do in SAP), this will create a unicode file (which can be opened as text file) where you will have the SAP script for your actions. (For this make sure SAP GUI...
  3. C

    Excell Pivot Table Coding

    What added code shall i put so that i can create the Pivot table in the new worksheet?
  4. C

    How to Spy elements in google Chrome using BluePrism

    Hello Guys, Chrome is not fully supported with Blueprism and is still doesn't handle Chrome with stability. In BP v6, the Blueprism tried to assist with Chrome browser by providing a BP Chrome Extension which enables Browser Mode (spying mode- this mode is different than HTML mode and has less...
  5. C

    How to Spy elements in google Chrome using BluePrism

    Hi Radhika, Just add the URL in front of the commandline with a space, it will work. no colons, no extra characters, etc For Ex- --force-renderer-accessibility www.google.com
  6. C

    Run Process on VDI

    Can you elaborate the solution on how this is achieved? Is any specific configuration has to be done on Login Agent? Please assist me in getting this solution as i'm too stuck up here.
  7. C

    error internal could not identify process owning the current foreground window

    I have googled some use cases and also i got to know the root cause of this issue. But im odnt have a concrete solution right now for this. Though for your information, please go throught the content below. Remote Desktop is not supported by blueprism. You should not use any RDP connection -...
  8. C

    Extracting Dynamic Text Data

    Is there any way to extract dynamic value from the text? Please find the request below: Value from where text/number needs to be extracted- " 7859.67 343.43 6755.89 435.09" Value to be extracted from above text- 7859.67 after every value there is a space in between them, I need to...
  9. C

    Process data from different worksheets

    Hi Uthaiah, If you have the same format of data in all worksheets (means same Header columns), then you can loop the Read excel data: Action steps to be followed to loop read excel data using "Excel VBO" 1. Create Instance 2. Open Workbook 3. Get Worksheet Names (Save it in a collection, Ex-...
  10. C

    Reading Excel Header into collection

    Thanks @sivageli, this is what im doing though right now. Tx for assistance
  11. C

    Reading Excel Header into collection

    Any help on this question? Thanks in advance
  12. C

    Reading Excel Header into collection

    My requirement is to read the Excel file headers directly from the excel file and save it to a collection. Then i need to verify the values of headers. So how shall i read only the header values from the excel?
Top