C#: How to invoke a click in a httpwebrequest?

牧云@^-^@ 提交于 2019-12-12 02:13:30

问题


I want to invoke the click on a page where you fill data too. I tried doing it with two httpwebrequests where one is for the page and one is where it transfers the session information and makes an account on the site which is the goal of my program.

Everytime I tried to do it with two webrequests a certain field wasnt filled in but when I did it with one everything was filled out.

So basically is it possible to invoke a click on a page with one httpwebrequest?

来源:https://stackoverflow.com/questions/7295871/c-how-to-invoke-a-click-in-a-httpwebrequest

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!