Is the alert API supported in Selenium 2 for Chrome? If not, is there a workaround, maybe using javascript injection?
Mark
|
Is the alert API supported in Selenium 2 for Chrome? If not, is there a workaround, maybe using javascript injection? Mark |
|||
|
|
|
ChromeDriver was recently updated to add support for alerts as stated by the blog here. You can pick up the new ChromeDriver here. |
|||
|