When I try to use it, it just freezes indefinitely on the webpage I am trying to use it on, which has worked in the past just fine. I can go into the "Advanced settings" and type in the "Base CSS selector" by hand if I am careful to not hover my mouse over the webpage which will freeze everything, but the base CSS selector is:
html > body > center > form > table > tbody > tr:eq(6) > td > table:eq(1) > tbody > tr > td:eq(1) > table > tbody > tr:eq(2) > td > iframe > html > body > form > table:eq(1) > tbody > tr > td > table > tbody > tr:eq(1) > td > table > tbody > tr:eq(3) > td > div > div:eq(0) > table > tbody > tr:eq(1) > td > table > tbody > tr
so I would prefer not to have to type this all in manually every time I want to grab a table, or even a single element which I still have issues with, from a website.
Moreover, before the update the web data extraction ran successfully in less than a second, and now it takes around ~50x longer - approximately 1 minute to grab a single element using this web data extraction.
Is there a way I can fix this without downgrading versions?