Hello Peter,
thank you for the link.
But its all about just one selector. How do i combine more than one? I need to select the correct row which consists of three single rows
Thank you
i am trying to select one specific row which consists of 3 rows.
See the marked row.
But with the selector i can only select on row at the time . e.g. the first row “Name” = Max/123.
But i need to select the complete row where Name=“Max/123” and Status=“activ” and Firm =“3”.
And now you want to select on a web element I believe…for that…you can select…first you need to get the correct selector for which you need to click indicate and hover mouse on the edge of the cells …ao that the selector will highlight whole row instead of only one cell
Could you provide us with a Screenshot of the 3rd row (Any Column) element using UiExplorer. Do send us the screenshot of the whole UiExplorer window.
Also, Check if you are able to extract the table using Table Extraction/Data Scraping feature. If we cannot find a way to use the dynamic selector values of Name, Status and Firm, then we should be able to use the tableRow and tableColumn attributes of the element.
We could find the row number of the matching data using the Table extracted as a datatable. Then use this row number in the Element selector to identify the row for the Click Activity.
Let us know once you are able to Extract the table as a Datatable and if you need further help from there.
Hi @n.voigt,
As i understood from above conversation you need to click one each row in above table and as @ppr , @Anil_G and @supermanPunch mentioned you need to use dynamic selectors and as long as Name already stored in variable as you mentioned so simply you can make extract table into DT and with right selector you can add it into For Each Datatable you will click on each row till all data table completed. hope this help you please check and update us if still you face issue.
Hi,
thank you very much.
I sorted it out with the following way ( The Selectors didn’t work)
1.) I extracted the data into a data table
2.) I added a row index to each row in the data table
3.) I filtered the dataTable to find the row i needed
4.) in the click activity i used a variable to identify the correct TableRow with the index