Trying to get the xpath of an dynamically loaded element. The element represents a dot in a chart. It holds an attribute value I would like to extract. I use the Inspector tool in Chrome to get the xpath of the element. I can copy the xpath but when I try to paste in the copied xpath in the chrome inspector tool no element is found. I can find other elemens on the page using this method.
Why could this be? I can't find any iframe in the html nor any hidden element. My purpose is to find the xpath for this element to use it with Selenium.
