We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 577139c commit d59fe65Copy full SHA for d59fe65
rb/lib/selenium/webdriver/common/alert.rb
@@ -40,12 +40,6 @@ def send_keys(keys)
40
def text
41
@bridge.alert_text
42
end
43
-
44
- def authenticate(username, password)
45
- WebDriver.logger.deprecate 'Alert#authenticate'
46
- @bridge.authentication(username: username, password: password)
47
- accept
48
- end
49
end # Alert
50
end # WebDriver
51
end # Selenium
0 commit comments