按钮按下webbrowser

时间:2017-02-16 19:13:35

标签: c# html webbrowser-control

我有一个像这样的HTML代码:

<div class="step__footer">
    <input type="hidden" name="complete" value="1" />

    <button type="submit" class="step__footer__continue-btn btn">
        <span class="btn__content">Complete order</span>
    </button>
    <a class="step__footer__previous-link" href="">
        <svg class="previous-link__icon icon--chevron icon" xmlns="">
        </svg>
        Return to payment method
    </a>
</div>

问题是我不知道如何在webbrowser的后台进程中点击该按钮。

2 个答案:

答案 0 :(得分:0)

您需要创建ASP button。然后你可以call the click event

答案 1 :(得分:0)

我认为您应该在C#中为对象脚本助手定义一个类来处理Web浏览器文档和C#之间调用的任何方法: 检查一下:https://msdn.microsoft.com/en-us/library/system.windows.forms.webbrowser.objectforscripting(v=vs.110).aspx