Selenium Java - Handling Windows, Frames, and Alerts
Identify the error in this code snippet for entering text into a prompt alert:
```java
Alert alert = driver.switchTo().alert();
alert.sendkeys("Hello");
alert.accept();
```
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions