I'm trying to get some data from one web page. The problem is that when I look on the HTML code using Firefox or any real browser, I can clearly see the "path" to the value I want.
This "path" does not work using Selenium - PhantomJS XPath. The code I'm searching in is commented.
Here you can see Firefox code:
And here - PhantomJS - driver.page_source:
Do you know how to get the 85 in the code?

