I want to use selenium to load more content on a website, but I can't find the address for the button
As you can see from the image above, there is a button on the page to load more comments. But I can't find the link corresponding to the button in the debugger. What can I do to simulate a click on this button using selenium?