I need to get a computed style attribute (pointer-events) which I can see in the Browser dev-tools, as highlighted in screenshot. Things linke element.getAttribute("style")
don’t give me the computed styles. Ho can I get them with selenium and java?