How to select HTML row in BluePrism

0 votes
Recently i started working on RPA - BluePrism and i am stuck at one place and not able to proceed further.

I have a HTML table and no of rows is dynamic based on search criteria. i am able to get the rows values in a collection. But the problem is i need to highlight the table row->click button->will open popup->fill few values->close and select 2nd row->follow the same process.

I don't know how to highlight the table row(i cannot create static elements in ApplicationModeller since the rows will be populated dynamically). Please provide some suggestions.
Oct 17, 2018 in RPA by findingbugs
• 4,780 points
4,954 views

1 answer to this question.

0 votes

Just spy table cell (or any other element in one row), then use dynamic Path attribute to refer to a correct table element:

"/HTML/BODY/TABLE/TR("&[Row]&")/TD("&[Column]&")"

You have two options for getting number of rows - either spy a table, read to collection and count rows or just iterate over rows with dynamic path until you get exception and handle it.

answered Oct 17, 2018 by Priyaj
• 58,090 points

Related Questions In RPA

0 votes
1 answer

How to select an item in UiPath that starts with a string

use a wildcard in selector. make sure that ...READ MORE

answered May 21, 2018 in RPA by wrecker
• 3,110 points
3,202 views
0 votes
1 answer

How to select an item in UiPath that starts with a string

Just use a wildcard in selector. Given ...READ MORE

answered May 28, 2018 in RPA by wrecker
• 3,110 points
957 views
0 votes
1 answer

How to select an item in UiPath that starts with a string?

Just use a wildcard in selector. Given ...READ MORE

answered Jun 30, 2018 in RPA by wrecker
• 3,110 points
1,108 views
0 votes
2 answers

How to configure outlook automation in Blueprism

Mapiex works only with 32bit outlook client ...READ MORE

answered Dec 7, 2018 in RPA by Nitesh
13,615 views
0 votes
1 answer

What is code segment in Blueprism and how to implement it?

Blue Prism - Code Stage The code stage ...READ MORE

answered Sep 28, 2018 in RPA by Priyaj
• 58,090 points
5,275 views
0 votes
1 answer

Error : Failed to perform step 1 in Navigate Stage '-----' on page '----' - Not Connected

Do you have Attach bookmark created? When ...READ MORE

answered Sep 28, 2018 in RPA by Priyaj
• 58,090 points
15,937 views
0 votes
1 answer

Spy an active accessibility combobox in blue prism?

My ComboBox is standard HTML Combo Box(Element ...READ MORE

answered Oct 1, 2018 in RPA by Priyaj
• 58,090 points
3,024 views
0 votes
2 answers

RPA tool for C# Developer beginer

Hi! You can try Rpa Suite for Visual ...READ MORE

answered May 10, 2019 in RPA by AndrewNJ
4,103 views
0 votes
1 answer

In BluePrism, How to select an option using Key or Click events?

I'd suggest making this one and every ...READ MORE

answered Oct 26, 2018 in RPA by Priyaj
• 58,090 points
6,166 views
0 votes
2 answers

How to handle multiple html combo boxes in BluePrism

Hi, Spy that Fields using AA mode, click using ...READ MORE

answered Jan 4, 2019 in RPA by anonymous
2,144 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP