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.
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