I'm trying to import two values from this website where it says
Best Perf. Avg 96.2
and
Median Perf. Avg: 83.4
I tried this formula for Best Perf. Avg:
=importxml("https://classic.warcraftlogs.com/character/eu/firemaw/umog", "//*[@id'top-box']/div[2]/div/b)"
but it returned "Imported Content is Empty" error. The same happens for Median Perf.Avg.
Also found this in the networks section, it might help
What do I write in the importxml formulas to get the two values I'm looking for, this is beyond my capabilities?