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 863f9a9 commit 2033029Copy full SHA for 2033029
javascript/firefox-driver/js/firefoxDriver.js
@@ -914,18 +914,6 @@ FirefoxDriver.prototype.screenshot = function(respond) {
914
};
915
916
917
-FirefoxDriver.prototype.getAlert = function(respond) {
918
- fxdriver.modals.isModalPresent(
919
- function(present) {
920
- if (!present) {
921
- respond.status = bot.ErrorCode.NO_SUCH_ALERT;
922
- respond.value = { message: 'No alert is present' };
923
- }
924
- respond.send();
925
- }, this.alertTimeout);
926
-};
927
-
928
929
FirefoxDriver.prototype.dismissAlert = function(respond) {
930
var self = this;
931
fxdriver.modals.isModalPresent(
0 commit comments