Rakshit Sinha
Results
1
comments of
Rakshit Sinha
In the latest version of selenium (I downloaded it the day before yesterday i.e. June 4, 2022), you can try using this: ``` alert = driver.switch_to.alert alert.accept() ```