|
Answer» on the website there is same ID textbox but when i am writing WebBrowser1.Document.All("username").SetAttribute("value", username) its writen different textbox with same id "username"
placeholder="Kullanici Adi">
i need to reach second field but i COULDNT reach autocomplete="off" name="username" value="" required="" data-required="" data-pattern="^[a-zA-Z][a-zA-Z0-9]+$" data-minlenght="6" data-maxlenght="12" onkeyup="clearNonAlphaNum(this)">
please help meHello
Have you tried to CHANGE the Code: [Select]id of one of the INPUTS? Can't tell you for sure if it helps, but you need to try.
Cheers Andrew
|