简体   繁体   English

以编程方式单击aspx页面上的提交按钮

[英]clicking submit button on aspx page programmatically

I have a list of Ids whose information available through a webpage. 我有一个ID列表,其信息可通过网页获得。 I need to input the Id and click the submit button for that. 我需要输入ID,然后单击“提交”按钮。 The numbers of ids runs over a million, so I need to automate this process. id的数量超过一百万,因此我需要使此过程自动化。 Is it possible to use Web scraping. 是否可以使用Web抓取。 I don't know where to start this. 我不知道从哪里开始。

I'd recommend using fiddler to capture a single request you do manually and use this as your template. 我建议使用提琴手来捕获您手动执行的单个请求,并将其用作模板。 Then you'll have to add some code to manage the session and other cookies. 然后,您必须添加一些代码来管理会话和其他cookie。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 单击具有实际值的按钮后,在aspx页面上运行javascript - Run javascript on aspx page after clicking a button with actual values 在Windows窗体应用程序中以编程方式单击网页的按钮 - Programmatically Clicking on a Web Page's Button in Windows Forms Application 如何通过单击 UserControl 中的按钮将 UserControl 中存在的文本框值传递到 Aspx 页面标签 - How To Pass Textbox Value Present In UserControl To Aspx Page Label By Clicking Button In UserControl 通过页面加载以编程方式对ASPX页面进行本地化 - Localization of aspx page programmatically from page load 单击超链接在新选项卡中打开 aspx 页面 - Opening a aspx page in new tab on clicking Hyperlink 点击提交按钮后报错 - error after clicking submit button 以编程方式从后面的代码关闭aspx页面 - Programmatically close aspx page from code behind 以编程方式创建ASPX页面的实例并解析html - Create instance of an ASPX page programmatically and parse html ASP MVC 5 - 点击“提交按钮”后页面重新加载后保持@html.checkbox状态 - ASP MVC 5 - keep @html.checkbox state after page reload after clicking “submit button” 单击导出按钮时,我想导出 aspx gridview? - while clicking on export button i want to export aspx gridview?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM