database - Automating Javascript Commands in Browser -
edit: after advice i'm trying write greasemoneky script automate button click on web interface. javascript command i'm trying automate is:
javascript:__dopostback('ctl00$contentplaceholder1$ultrawebtab1$_ctl1$grdexpressquery$gridview1','productexpand$1')
i don't know how program managed scrape examples found online
var txt='productexpand$'; (i=1; i<1000; i++) { dopostback('ctl00$contentplaceholder1$ultrawebtab1$_ctl1$grdexpressquery$gridview1',txt+i); }
the script not working, if general guidance or advice on how go appreciated.
you can use greasymonkey addon firefox run userscripts.
Comments
Post a Comment