ChrisPro
10 years agoContributor
css class
In HTML page, I have the following code : tr class="ClassName" align="center" With Xpath, I succed to access to this element, but I would like to have proprieties of class "ClassName". An idea?
You probably need something like this:
pageObj.contentDocument.styleSheets[index].cssRules[index]
More info: