here’s what I received from the terminal: "MarkupResemblesLocatorWarning: The input looks more like a URL than markup. You may want to use an HTTP client like requests to get the document behind the URL, and feed that document to Beautiful Soup."
In those cases if you inspect the network content you can often find the relevant API call and make it yourself, no Selenium needed. And then you get the content in JSON.