Hi Support Team I would be very helpfull if you tell me how i can fill the text box on webform for example on gmail.com.i am using value from my windowforms text box
This is code on Website For Nodes I can use i can use "Name" "ID" Or Class
<input id="Email" name="Email" placeholder="Enter your email" type="email" value="" spellcheck="false" autofocus="">
Now I Have one Textbox1 on my Window Form IN Visual Studio Which have For Example Email >
adilx75@gmail.com I Want To Put this Windows Form Text Box Value In Text Box On Form On Gmail.com . How Do I Do That I seen this but this is only for Javascript i does seem to find how i put my Textbox1 value after .value if i use this because all of the code is in "" Double Quotes
Quote:webView1.EvalScript("document.getElementByid('user_name').value = 'test';");
Source For Above Code :
http://www.essentialobjects.com/forum/postst8189_How-to-fill-a-web-form-with-username-and-password-using-eowebbrowser-for-net.aspx .