Help with syntax

I am trying to scrape this website, that requires logging in first.

https://comics.gpanalysis.com/analyse-prices/sales-data/118/6
//*[@id='app']/div/div[1]/div[3]/div/div/div[1]/div[2]/table/tbody[14]/tr/td[9]/div/span[1]

I added the login info into the HTTP settings, but it just returns nothing. any ideas? i'm new at this! thanks for any help you can provide

Check in the web browser Inspector tool how the login credentials are sent, then try to replicate the request using header values. The username/password fields inside HTTP Settings are used for a special type of authentication which is not the same thing as in regular website login.

thank you! I think I will be out of luck, due to the Captcha :confused:

image