Hello bhw members.
I wanted to make a bot for one web site but that web site doesnt contain neither id or name element in source code.
Can you guide me how I can access buttons and forms using something else maybe textarea..
this is how the source code looks that I want to access through c# ..
<textarea class="textarea" placeholder="Have your say..." style="overflow: hidden;"></textarea>
so it is text area and I want to input text there...
I wanted to make a bot for one web site but that web site doesnt contain neither id or name element in source code.
Can you guide me how I can access buttons and forms using something else maybe textarea..
this is how the source code looks that I want to access through c# ..
<textarea class="textarea" placeholder="Have your say..." style="overflow: hidden;"></textarea>
so it is text area and I want to input text there...