2

here is the website http://www.checker.freeproxy.ru/checker/ am trying to fill in the textbox using webbrowser how ever the textbox in webbrowser does not have any id at all here is the html source to the textbox.

<p class="lead">paste proxies you'd like to check below (100 max per time)</p>

    <form method="post" action="/checker/" id="checker-form">
        <fieldset>
            <textarea rows="3"></textarea>
        </fieldset>

        <p id="checker-form-toolbar">
            <button type="submit" class="btn btn-primary btn-block" data-checking-text="Checking proxies...">Check proxies</button>
        </p>

i even tried

wb.Document.getElementById("textarea").focus
wb.Document.getElementById("textarea").innerText = Text4.Text

it dont work

  • Look at things like `getElementsByTagName`. – SLaks Sep 07 '17 at 20:05
  • HI Slaks , first of all i want to thank you for taking the time to reply sir , may i ask if u can maybe show me how this part is done as i am asking for little guidence from the professionals cheers. –  Sep 07 '17 at 20:07
  • 2
    Possible duplicate of [How to access HTML element without ID?](https://stackoverflow.com/questions/236624/how-to-access-html-element-without-id) – user3351605 Sep 07 '17 at 20:29
  • its not the same programming language –  Sep 07 '17 at 21:00

0 Answers0