@@ -218,7 +218,7 @@ class CommandList {
218218 name : "answer on next prompt" ,
219219 description : "Affects the next alert prompt. This command will send \
220220 the specified answer string to it. If the alert is already \
221- present, then use \"webdriver answer on next prompt\" instead." ,
221+ present, then use \"webdriver answer on visible prompt\" instead." ,
222222 target : ArgTypes . answer
223223 } ] ,
224224 [ "assertAlert" , {
@@ -327,19 +327,19 @@ class CommandList {
327327 name : "choose cancel on next confirmation" ,
328328 description : "Affects the next confirmation alert. This command will \
329329 cancel it. If the alert is already present, then use \
330- \"webdriver choose cancel on next confirmation\" instead."
330+ \"webdriver choose cancel on visible confirmation\" instead."
331331 } ] ,
332332 [ "chooseCancelOnNextPrompt" , {
333333 name : "choose cancel on next prompt" ,
334334 description : "Affects the next alert prompt. This command will cancel \
335335 it. If the alert is already present, then use \"webdriver \
336- choose cancel on next prompt\" instead."
336+ choose cancel on visible prompt\" instead."
337337 } ] ,
338338 [ "chooseOkOnNextConfirmation" , {
339339 name : "choose ok on next confirmation" ,
340340 description : "Affects the next confirmation alert. This command will accept \
341341 it. If the alert is already present, then use \"webdriver \
342- choose ok on next confirmation\" instead."
342+ choose ok on visible confirmation\" instead."
343343 } ] ,
344344 [ "click" , {
345345 name : "click" ,
@@ -687,30 +687,30 @@ class CommandList {
687687 target : ArgTypes . selectLocator ,
688688 value : ArgTypes . pattern
689689 } ] ,
690- [ "webdriverAnswerOnNextPrompt " , {
691- name : "webdriver answer on next prompt" ,
690+ [ "webdriverAnswerOnVisiblePrompt " , {
691+ name : "webdriver answer on visible prompt" ,
692692 description : "Affects a currently showing alert prompt. This command \
693693 instructs Selenium to provide the specified answer to it. \
694694 If the alert has not appeared yet then use \"answer on next \
695695 prompt\" instead." ,
696696 target : ArgTypes . answer
697697 } ] ,
698- [ "webdriverChooseCancelOnNextConfirmation " , {
699- name : "webdriver choose cancel on next confirmation" ,
698+ [ "webdriverChooseCancelOnVisibleConfirmation " , {
699+ name : "webdriver choose cancel on visible confirmation" ,
700700 description : "Affects a currently showing confirmation alert. This command \
701701 instructs Selenium to cancel it. If the alert has not \
702702 appeared yet then use \"choose cancel on next confirmation\" \
703703 instead."
704704 } ] ,
705- [ "webdriverChooseCancelOnNextPrompt " , {
706- name : "webdriver choose cancel on next prompt" ,
705+ [ "webdriverChooseCancelOnVisiblePrompt " , {
706+ name : "webdriver choose cancel on visible prompt" ,
707707 description : "Affects a currently showing alert prompt. This command \
708708 instructs Selenium to cancel it. If the alert has not \
709709 appeared yet then use \"choose cancel on next prompt\" \
710710 instead."
711711 } ] ,
712- [ "webdriverChooseOkOnNextConfirmation " , {
713- name : "webdriver choose ok on next confirmation" ,
712+ [ "webdriverChooseOkOnVisibleConfirmation " , {
713+ name : "webdriver choose ok on visible confirmation" ,
714714 description : "Affects a currently showing confirmation alert. This command \
715715 instructs Selenium to accept it. If the alert has not \
716716 appeared yet then use \"choose ok on next confirmation\" \
0 commit comments