• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

VBA - Class button not clickable

Forloveofgod

New Member
Hello all,

I am trying to take table at this website: https://www.tradingview.com/markets/stocks-turkey/market-movers-all-stocks/

Before view the full table I have to click on "Lead More" button 4times.

I did try it with ClassName, XPath etc. I had always same error.

I attached the SS of the error.

Code:
Dim Data As New Selenium.WebDriver

Data.Start "chrome"

Data.Get "https://tradingview.com/markets/stocks-turkey/market-movers-all-stocks/"

Data.FindElementByXPath("//*[@id='js-category-content']/div/div/div[2]/div[2]/div/button").Click
 

Attachments

  • loadbutton.png
    loadbutton.png
    8.6 KB · Views: 7
Back
Top