Hi all,
I'm trying to retrieve the "onclick" attribute value from the below link:
<a onclick="test" href="myurl">aaa</a>
Using link.href works fine (So I know link is the correct object) however when using link.attribute_value("onclick") what I get is a win32 object (puts shows #<WIN32OLE:0x2cbdf10>
instead of the "test" string).
Could someone help me get the onclick value please?
Thanks