Hello,
I have a list of elements in a ERP and i want to click on all the elements of the list one by one .
How can i do this?
Can you be more specific please?
we recommend being more specific: SAP? WebApplication, ERP Vendorname …
Maybe you can share some details with us like Screenshots, UiExplorer details…
It is an ERP G.O.L.D
This is a screenshot.
I need to specify that the list contains multiple articles related to an invoice so they change depending on the invoice number. It is a dynamic list
maybe you are talking about the presented table?
Had you checked:
- table extraction?
Is this application based on Java / using Oracle Forms? If so, is the Java extension installed?
The java extension is installed yes.
Yes i used table extraction, but my question is how can i click on each line of the table?
Thank you for your interaction
we already got your question, but just cleared some details.
When table extraction is working:
- we can do some calculations and then loop over the rows
- for the clicks we would check if the row index can be involved within the the selectors
As it is Java / Oracle Forms we would also check the table element structure details as it can occur in two cases
Col1, Col1…,Col2,Col2…
Or tabular:
C1-1,C2-1…
C1-2,C2-2…
…
how can i check this?
Im sorry i did not get what you just said
We would use the UiExplore and inspect the Treeview structure along with the element details (right top pane - selector attribute offerings), (left bottom pane - all available attribute offerings)
Also, it is recommended on how the elements are changing when using the scroller or down key / pg-down key
It is just about an essential and typical analysis of the uielement structure details. If this type of analysis is new to you, then also check the relevant training offered in the UiPath Academy