am new to vb.net so all this is for learning purpos nothing more nothing les
once its on edit mode. how do i select the first part and extract the title and description ? and then if i select the 2nd and 3rd should work the same.
Code:
wb3.Navigate("https://www.youtube.com/results?search_query=ghost+caught+on+video")
Code:
Dim axObj As New Object
axObj = wb3.ActiveXInstance
axObj.document.designmode = "On"