tebeka / selenium

Selenium/Webdriver client for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

no such alert

worldxyj opened this issue · comments

commented

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

commented

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

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