I'm having some trouble finding an element in a table. The Site is finance.yahoo.com/q/ks?s=GOOG
I'm trying to find that element named "Market Cap (Intraday)" It does have an ID, but I need the other elements in the table as well and they do not. I've traced the xPath I think to this
//table[@id='yfncsumtab']/tbody/tr[2]/td[1]/table[2]/tbody/tr/td/table/tbody/td[1]/td[2]/span
However, it's not spitting out the amount. I'm getting the no_such_element exception (It's not finding it)
Is my xPath correct? Or is there a more streamlined way to find the element?
I can't technically go by class names because they can change with the Stock