使用 C# 中的 webBrowser 控件单击 html 形式的按钮,而不使单击自动
我想在此页面提交 http://www.enviarsmsacuba.com/?p=join 使用 C# 和 webbRowser 控件,但我不能。我在这个网站上搜索,但我尝试了其他事情,但我做不到。谢谢大家。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您不能这样做,因为每次告诉 WebBrowser 控件提交表单时都需要人工。
我很确定您可以在这个网站上看到验证码的实现。每次都会有所不同。如果您没有输入正确的字母,它将永远不会被提交。
You cannot do it because you need a human every time you tell the WebBrowser control to submit the form.
I'm pretty sure you can see the captcha implementation in this website. Every time this will be different. If you dont enter the right letters it will never be submitted.