MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / alert

Method alert

java/src/org/openqa/selenium/WebDriver.java:488–488  ·  view source on GitHub ↗

Switches to the currently active modal dialog for this particular driver instance. @return A handle to the dialog. @throws NoAlertPresentException If the dialog cannot be found

()

Source from the content-addressed store, hash-verified

486 * @throws NoAlertPresentException If the dialog cannot be found
487 */
488 Alert alert();
489 }
490
491 interface Navigation {

Implementers 2

RemoteTargetLocatorjava/src/org/openqa/selenium/remote/Re
TargetLocatorjavascript/selenium-webdriver/lib/webd

Calls

no outgoing calls