I am currently trying to implement a subtitle downloader with the help of the https://www.ytssubtitle.com/ website.
The first part of my code is to click on the accept cookies button and then send keys to search the movie of interest.
After each try, I close the session with the browser.quit() method.
Any idea on what might be the issue here?