C
C
Clover Ok2020-10-10 00:11:54
selenium
Clover Ok, 2020-10-10 00:11:54

How to get div content from website in vba via selenium?

Dim bot As New WebDriver
bot.Start "Chrome", "https://www.fonbet.ru/esports/disciplines/all"
Dim e As Object
For Each e In bot.FindElementsByClass("b-table__player-title_first")
    TextBox1.Text = TextBox1.Text & "q "
Next e
please help with the code, I killed a lot of days. my code is not returning anything5f80cf887b956758675283.png

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question