How to set value to prompt Alert in Protractor
Question
How to set value to prompt Alert in Protractor
Answer
By using sendKeys() method of Alerts class, we set value to the prompt Alert in Protractor.
browser.switchTo().alert().sendKeys(""Testing"")