Hello, what is the best way to work with tables in rpaframework? Do I need to iterate row by row of the table getting the values of the column of quantity and total? Look at the images. Thanks!
Hi Julio,
Since the HTML structure varies significantly from website to website, the usual approach is to iterate over the table using the correct selectors for your use case.
See this example from Mika that uses Robot Framework and this other one available in the Portal that uses RFW+Python.
2 Likes