Search results

  1. A

    How to remove element attribute in webbrowser

    Hello! I am using Microsoft Visual Basic 2010 Express. I need to remove "disabled" attribute from this element in webbrowser. <input id="RegisterBtn" class="btn btn-primary" type="submit" disabled="false" name="" value="Register"></input> It must look like this...
Back
Top