Fill field value while page is loading in HTML Page -


i have third part web address (www.samplespage.com). call page web site. possibe fill field values before page load or after page load? tried vith url parameters did not work.

www.samplespage.com?id=fieldid&value=fieldvalue

this how looks in codes. (i picked source via f12 development tools in ie)

<input name="fieldname" id="fieldid" size="12" maxlength="11" value=""> 

when it's html page works url parameters otherwise need use selenium or ptyhon ..


Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -