You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ChromeDriver Users
I have a JAVA application which instantiates chrome driver with options. It was running on v123. The application was running fine from 2022 to 2025. It is hosted on Ubuntu server through Azure. Chrome launcher script was automatically updated at 2:00 AM UTC on June 24. After that my application broke because chrome driver could not instantiate with options. I fixed it by upgrading chrome to v138 and adding options options.addArguments("--headless=new") and options.addArguments("--no-sandbox");. Could someone please let me know what was pushed from chrome's end to mandate this code change?