How to extract the dynamic values of the id attributes of the table elements using Selenium and Java
问题 I have a table where each row will have a download link with a (partly) auto-generated id element. The reason for this is that the actual href-element will allways be "#", so the id's separate the downloads. I need to find the name of that id element in the td. That is: I know the table row has an id element, and I know part of the name, and I need to get the exact name. I'm accessing each row one at a time, so I only need to look within ONE td at a time. No need to look through the whole