Recently, I have encountered an issue with automating payments via PayPal Sandbox. Everything used to work smoothly, but now I am unable to click the final Continue button no matter what method I try. I have attempted regular clicks, using the Actions class, JS click, and even multiple clicks in succession, but nothing seems to work. Strangely enough, when I manually execute a click on the button using console, it goes through successfully. However, when attempting the same action using JavaScriptExecutor, the button does not get clicked. Is there a solution to this problem?https://i.sstatic.net/PsXPs.png