I need To get a specific Text From http://example.com/ .(Webbrowser)
For That I use - Span Id
Can i get text using Span Id without navigating the page ?

Dim StringFromWeb As String = New System.Net.WebClient().DownloadString("example.com")
        RichTextBox1.Text = StringFromWeb

then find your Span ID

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.