We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af72127 commit 6117b4eCopy full SHA for 6117b4e
1 file changed
Browser/keywords/interaction.py
@@ -883,15 +883,15 @@ def wait_for_alert(
883
Example with returning text:
884
885
| ${promise} = `Promise To` `Wait For Alert` action=accept
886
- | `Click` id=alerts
+ | `Click` id=alerts
887
| ${text} = `Wait For` ${promise}
888
| Should Be Equal ${text} Am an alert
889
890
Example with text verify:
891
892
- | ${promise} = Promise To Wait For Alert action=accept text=Am an alert
+ | ${promise} = `Promise To` Wait For Alert action=accept text=Am an alert
893
| Click id=alerts
894
- | ${text} = Wait For ${promise}
+ | ${text} = `Wait For` ${promise}
895
896
[https://forum.robotframework.org/t//4343|Comment >>]
897
"""
0 commit comments