I have 2 problems with TWKEBrowser
1. How to disable show images
2. How to click button? I try:
wb.ExecuteJavascript('document.getElementsByClassName("button").click();'); //but not working on most websites
but
wb.ExecuteJavascript('document.getElementById("password").value = "drop"'); // is 100% working
Please help and soory for my english.