以下の内容はhttps://blog.systemjp.net/entry/2017/03/07/200826より取得しました。


VB.NETでSelenium Aタグを巡る

'aタグを収集
Dim aList As IReadOnlyCollection(Of IWebElement)
aList = driver.FindElements(By.TagName("a"))

'aタグを巡る
Dim item As IWebElement
For Each item In aList
    Dim href
    href = item.GetAttribute("href")

    If IsNothing(href) Then
        'no work
    Else
        ...
  Endif
Next



以上の内容はhttps://blog.systemjp.net/entry/2017/03/07/200826より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14