I've checked and it works fine , your extraction may have actually worked but its just the values aren't visible, this bug does occasionally happen, to check whether or not it actually has extracted the value, just print it by setting a new variable to a value in your table and see if its null or not, if its there then the data is actually there, just not visible.
Also, here's how my table looks after extracting:

Code to get the above just in case as well (just copy paste into PAD)
WebAutomation.ExtractData.ExtractTable BrowserInstance: Browser Control: $'''html > body > div:eq(1) > div > div:eq(0) > div:eq(2) > div''' ExtractionParameters: {[$'''div:eq(0) > div:eq(0) > div:eq(0) > a''', $'''Own Text''', $'''''', $'''Value #1'''], [$'''div:eq(0) > div:eq(0) > div:eq(1)''', $'''Own Text''', $'''''', $'''Value #2'''], [$'''div:eq(0) > div:eq(0) > div:eq(0) > a''', $'''Href''', $'''''', $'''Value #3'''] } PostProcessData: False TimeoutInSeconds: 60 ExtractedData=> DataFromWebPage