[blue prism]When HTML structure is not Datatable, how to scrape one page of the information

Apple

New Member
Below, I would like to get one page of component information described in BluePrismDX official URL.

https://digitalexchange.blueprism.com/dx/search?page=1

Please tell me what I can do for that.

The HTML structure is not a table, but a div structure using bootstrap.
For example, I want to implement a program that scrolls from the first in the upper left to the last component one by one.
Thank you very much.
 

Amarender

Member
Hai Apple

Spy total Table Window and Use Element Type = HTML combo Box.

Hope it will help you
 

Attachments

  • Picture1.jpg
    163.5 KB · Views: 32

Apple

New Member
I am late to reply.

I wasn't sure how to use the HTML combo box.
For the time being, it is solved by making a program that processes one by one.

I would be happy if you could give me a simple example for the future.
Thank you.
 

Amarender

Member
Hai Apple

Spy total Table Window and Use Element Type = HTML combo Box.

Hope it will help you

Hi Apple

Sorry i have been little bit confused with your above question. I have read only "The HTML structure is not a table". and
I have given you the above answer for getting total number count of sub windows in that page.
 

Amarender

Member
Below, I would like to get one page of component information described in BluePrismDX official URL.

https://digitalexchange.blueprism.com/dx/search?page=1

Please tell me what I can do for that.

The HTML structure is not a table, but a div structure using bootstrap.
For example, I want to implement a program that scrolls from the first in the upper left to the last component one by one.
Thank you very much.
Hi Apple

Can you briefly Explain me the requirement of you.

As far as my understanding of "For example, I want to implement a program that scrolls from the first in the upper left to the last component one by one." is that you want to shift from number 1 to number 2 to number 3 and so on till the end of that page as shown the the attachment?

If yes then i will give you that solution.
 

Attachments

  • RPA Forum.jpg
    257.3 KB · Views: 22
Last edited:

Apple

New Member
Yes, I do!
I am thinking of the attached image.

Thank you for your reply.
 
Last edited:
Top