I am trying to get the element of the individual candles on a tradingview.com chart. specifically they x and y coordinates. Problem is using inspector I cannot get the individual candles to show as their own element.
I am aware of using
location = element.location
which if the element were the candle I could get But cant locate the xpath to individual candles
Any help ? Thanks