html - C# Headless browsing trough proxy -


i need add action program, makes following, using headless action, i.e. without starting browser or this:

  • connects remote web server trough proxy server uses logged user authentication (active directory).
  • loads page server , selects item drop-down list, page has lot of js coda populates data based on selected item.
  • parses populated data extract needed information.

i totally lost in net, there many ways achieve of goals, not in same time. appreciated :)

edit:

the page source select looks (guess .net page):

<div class="rddlslide" id="ctl00_maincontent_dropdowngamemode_dropdown" style="display:none;">         <div class="rddlpopup rddlpopup_black">             <ul class="rddllist">                 <li class="rddlitem">team league</li><li class="rddlitem  rddlitemselected">hero league</li><li class="rddlitem">quick match</li>             </ul>         </div>     </div><input id="ctl00_maincontent_dropdowngamemode_clientstate" name="ctl00_maincontent_dropdowngamemode_clientstate" type="hidden" /> </div> 


Comments

Popular posts from this blog

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -

configurationsection - activeMq-5.13.3 setup configurations for wildfly 10.0.0 -