Dear PAD experts,
I have a question I hope someone can help me with. I'm extracting an html table using the wizard. The auto-generated extraction source looks like this: html > body > div:eq(19) > table > tbody > tr > td > div > div:eq(2) > form:eq(2) > table
In addition to the content shown in the table, I'd like to extract the background color of each row. The goal is to identify rows with a specific color.
I already tried to "get attributes from web element" based on single table cells, but the activity does not provide the desired attribute "background-color" in the dropdown menu. Typing it in there manually leaves the generated variable empty.
Does anybody have an idea how to solve this?

Report
All responses (
Answers (