tebeka / selenium

Selenium/Webdriver client for Go
MIT License
2.51k stars 410 forks source link

no such alert #284

Open worldxyj opened 2 years ago

worldxyj commented 2 years ago

Sometimes you can't get the alert generated by the driver.Click

worldxyj commented 2 years ago

I tried many ways but couldn't solve the problem,only can replace driver.Click with driver.Get finally

vsys-soham commented 2 years ago

From just analyzing your 2 comments I'll just say don't call click on the driver. get the element and call click on it. it works for me