Recent content by Highspirits

  1. H

    Old format or invalid type library. (Exception from HRESULT: 0x80028019 (TYPE_E_UNSUPFORMAT))

    I am currently working on a project where I need to retrieve data from one web portal and update in another web portal - both accessing IE. When I am running the process which would work on about 700 items, I am getting below error message - Failed to perform step 1 in Navigate Stage 'Click...
  2. H

    Accessibility modus (cannot match Windows/Fields)

    I too am receiving exactly the same error. The bot runs fine in debug mode in my system but when executed from control room, im getting the error "Could not identify process owning the current foreground window". I am using AA mode and Surface automation techniques in the bot development. Can...
  3. H

    scrolling webpage

    Hi VRJ, Thanks for the reply. Could you please let me know what command/keys you used in "Scroll Browser" action. Is the Page down button?
  4. H

    Identifying End of Table

    I am able to highlight the table but when I used "Get Table", I am not getting the data in rows, but entire data is retrived in a single row in the collection so I cannot identify the number of rows to process.
  5. H

    Identifying End of Table

    I have a HTML page which has a table in it. I need to read the table data and process it. When I spied the HTML table, blue prism is not identifying it as a table element but is identifying as a HTML Element. so when I used get table action to get the table data, I am not getting the table data...
  6. H

    Convert multiple rows to single row in collection

    sure. Agree on that!
  7. H

    Convert multiple rows to single row in collection

    Thanks for this VJR. That helps!
  8. H

    Convert multiple rows to single row in collection

    Thank you for the reply. I was also thinking the same.
  9. H

    Convert multiple rows to single row in collection

    --> Yes, the way you represented the data and the collections is what I wanted to achieve. --> by manually, I meant without using specific column names and instead using some kind of indexing/looping logic. --> the information is alpha-numeric (can be either text/number). Please let me know if...
  10. H

    Convert multiple rows to single row in collection

    Hi, I have two collections with below structures: collection-1 No. of rows = 20 No. of columns = 1 Collection-2 No. of rows = 2 No. of columns = 10 my task is to move the data from collection-1 to collection-2 where the first 10 rows of collection-1 should be populated in first in 1st row in...
  11. H

    Unable to update data in webportal input box

    Hi VJR, Thank you for the reply. I was able to identify the combination which uniquely identified the input box using AA mode. After that, I used below actions to write data into the box - 1) Activate the application (spyed the window using WIN 32) 2) Focus (Spyed the element using AA) 3)...
  12. H

    Unable to update data in webportal input box

    hi All, I have a web application which has few input boxes to enter data in. These input boxes might already have data in it, in which case, I need to clear off the existing data and update the new data in those boxes. The problem I am facing is, when I use a write stage to enter the new data...
  13. H

    How to create AI Bot which can solve general queries of customers

    you can build a chat bot using cognitive technology....I developed a chat bot using IBM Watson wherein the cognitive capability of Watson was used to recognize the intent of the question and appropriate answer is given back..
  14. H

    How to attach the exist Browser

    here is how your solution should be...pay attention to child index..you may need to check that value in your application..
  15. H

    scrolling webpage

    Hi VJR, Below are the answers to your questions. - I still do not see a genuine reason to not able to access the element using the HTML path. There is something missing. Spy that 11th element (maybe a textbox or a button or a label) using a Reader stage, use the Get Table action and get the...
Top