如何检查HTML文档中是否存在元素ID

时间:2017-10-16 21:16:03

标签: html vb.net

您好我试图使用IF语句检查html doc中是否存在元素。我需要搜索的元素是一个名为" account_pulldown"的ID。有这么简单的方法吗?

enter image description here

我环顾四周,似乎找不到这样做的方法。这是我的想法的一个例子。

        If WebBrowser1.Document.GetElementById("account_pulldown").exists = True Then

            'Exists
        Else
        End If

0 个答案:

没有答案