// button-element element = (IDOMHTMLInputElement) view.mainFrameDocument().getElementById("buttonid");
// This statement throws the error "Access to right protected memory" element.click();
Please, help me!
A lot of DOMHTML-Stuff is not implemented in the windows-webkit-build ;/
a workaround might be injecting javascript: http://sourceforge.net/forum/message.php?msg_id=7535434
Thank you for answer!
But javascript is not match me. How can I implement these methods in C# or C++?
Log in to post a comment.
// button-element
element = (IDOMHTMLInputElement) view.mainFrameDocument().getElementById("buttonid");
// This statement throws the error "Access to right protected memory"
element.click();
Please, help me!
A lot of DOMHTML-Stuff is not implemented in the windows-webkit-build ;/
a workaround might be injecting javascript:
http://sourceforge.net/forum/message.php?msg_id=7535434
Thank you for answer!
But javascript is not match me. How can I implement these methods in C# or C++?