I have created a python selenium script that should navigate through a website and collect people profiles (https://www.shearman.com/people). The program won\'t loop through the
you can do it yourself :
then you store the button in a WebElement nextButton then
nextButton.click();