I'm attempting to automate processes on https://ttsreader.com/legacy/. However, I've noticed that the site presents different options when opened manually compared to when accessed through automation. Specifically, when using automation, only a limited number of options are displayed, as indicated below.
However, when opened manually, the site displays 320 language options. I'm perplexed by this inconsistency. I've attempted to reference the same profile that Edge is using, yet it still shows only 6 options, as depicted in the earlier image. In contrast, manually opening the site, as illustrated below, reveals a multitude of options.
Can anybody guide me why this difference?


Thank you, I tried the following code and it works as expected for me. Maybe the 'magic' is to wait a few seconds before the code executes so that the whole page - and specifically the voices have time to load. Here's my test code:
Here's my package.json: